All Projects → jessestuart → minio-multiarch

jessestuart / minio-multiarch

Licence: other
Nightly builds of Minio server Docker images. Compatible with arm64, armhf/armv7, and amd64.

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to minio-multiarch

filebrowser-docker
🐳 filebrowser inside Docker container
Stars: ✭ 122 (+335.71%)
Mutual labels:  arm64, armhf
tensorflow-serving-arm
TensorFlow Serving ARM - A project for cross-compiling TensorFlow Serving targeting popular ARM cores
Stars: ✭ 75 (+167.86%)
Mutual labels:  arm64, armhf
multiarch-letsencrypt-nginx-proxy
nginx-proxy, docker-gen and letsencrypt-nginx-proxy-companion on arm archs
Stars: ✭ 23 (-17.86%)
Mutual labels:  arm64, armhf
k3s-minio-deployment
Instructions and manifest files for deploying MinIO Object Storage on K3s.
Stars: ✭ 46 (+64.29%)
Mutual labels:  minio, minio-server
tor-relay-docker
Tor relay Docker images for x86-64, armhf & arm64 (from source)
Stars: ✭ 32 (+14.29%)
Mutual labels:  arm64, armhf
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+721.43%)
Mutual labels:  arm64, armhf
docker-dns-ad-blocker
A lightweight dnsmasq DNS server to block traffic to known ad servers with optional DNSCrypt support. Supports x86_64 and Raspberry Pi (armhf).
Stars: ✭ 78 (+178.57%)
Mutual labels:  arm64, armhf
airgeddon deb packages
Useful related to airgeddon packages for Debian based Linux distributions
Stars: ✭ 22 (-21.43%)
Mutual labels:  arm64, armhf
volumizr
Simple kubernetes storage solution using Minio
Stars: ✭ 20 (-28.57%)
Mutual labels:  minio, arm64
alpine-prestashop
Prestashop running on Alpine Linux [Docker]
Stars: ✭ 13 (-53.57%)
Mutual labels:  arm64, armhf
gitlab-runner
Gitlab Runner on Alpine Linux [Docker]
Stars: ✭ 17 (-39.29%)
Mutual labels:  arm64, armhf
docker-unms
All-in-one docker image for Ubiquiti UISP (formerly UNMS). Supports x86_64 and ARM (Raspberry Pi).
Stars: ✭ 153 (+446.43%)
Mutual labels:  arm64, armhf
adminio-api
simple admin API for min.io (minio) s3 server
Stars: ✭ 24 (-14.29%)
Mutual labels:  minio, minio-server
baikal-docker
Provides a ready-to-go Baikal server, incl. docker-compose.yml & Systemd service file
Stars: ✭ 85 (+203.57%)
Mutual labels:  arm32v7, multi-arch
Docker Homebridge
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
Stars: ✭ 1,847 (+6496.43%)
Mutual labels:  arm64, armhf
tiller-multiarch
Helm Tiller images for amd64, arm64, and armhf. ⚓️🎉
Stars: ✭ 80 (+185.71%)
Mutual labels:  arm64, armhf
aria2-ariang-docker
🐳 Aria2 downloader and AriaNg webui Docker image based on Alpine Linux
Stars: ✭ 49 (+75%)
Mutual labels:  arm64, armhf
V4L2-to-NDI
A video input (V4L2) to NDI converter that works with Raspberry Pi (32-bit and 64-bit), and Intel/AMD CPUs
Stars: ✭ 35 (+25%)
Mutual labels:  arm64, armhf
Project-Mendacius
A GUI based virtualisation tool for running Linux on macOS Big Sur (x86 or arm64)
Stars: ✭ 107 (+282.14%)
Mutual labels:  qemu, arm64
spellcard
A Leiningen template for k8s deployment automation.
Stars: ✭ 15 (-46.43%)
Mutual labels:  circleci

minio-multiarch

CircleCI MicroBadger Size Docker Pulls

Provides nightly builds of Minio server Docker images compatible with arm64, armhf/armv7, and amd64 architectures.

Minio Server

Minio is an OSS project offering a "high performance distributed object storage server", with fabulous features like an S3-compliant API, excellent documentation, and other great features out-of-the-box:

  • Regularly updated Docker images -- for AMD64 only, unfortunately

  • An officially supported (in-tree) Helm chart for easy Kubernetes deployment.

  • A pretty dope CLI client, [mc][mc-github], for interfacing with not just Minio but any S3-compliant API. I've got a multi-arch image for that too!

However, there's currently no officially maintained Docker image compatible with architectures other than amd64. And while they provide cross-compiled binaries for ARM/ARM64, these releases often lag months behind the Darwin x86_64 or Linux AMD64 binaries.

This repo triggers a nightly job on CircleCI to build Docker images for all three architectures, then updates the repository manifest accordingly. Just docker run --rm -it jessestuart/minio on any platform, and you'll be on your way to storage success.

How can I use this?

You can run the following command to stand up a standalone instance of Minio Server on Docker:

docker run \
  -v /export/minio \
  -v /export/minio-config:/root/.minio \
  -p 9000:9000 \
  jessestuart/minio server /export

Kubernetes

This image can also be used to deploy a Minio pod to a Kubernetes cluster. See the official docs on deploying Minio to Kubernetes for more detail, or check out the Minio Helm chart documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].