Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altaris/minio-arm
minio docker image for arm
https://github.com/altaris/minio-arm
arm docker minio minio-server
Last synced: about 1 month ago
JSON representation
minio docker image for arm
- Host: GitHub
- URL: https://github.com/altaris/minio-arm
- Owner: altaris
- License: mit
- Created: 2021-05-01T08:00:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T01:53:35.000Z (4 months ago)
- Last Synced: 2024-08-27T03:38:03.320Z (4 months ago)
- Topics: arm, docker, minio, minio-server
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minio-arm
A [minio](https://min.io/) docker image for ARM. Basically a copypasta from
[this](https://github.com/pixelchrome/minio-arm) and
[this](https://github.com/dimianstudio/minio-arm) projects.This image is intended for use in a dockerized Raspbian host. Alpine 3.13 and
above are (for now) [unusable due to changes in `time64`
requirements](https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements),
whence the use of
[`arm32v7/alpine:3.12`](https://hub.docker.com/r/arm32v7/alpine) as a base
image.**Warning**: The Minio server version is frozen at `2022-10-24T18-35-07Z`. After
that there seem to be some migrations needed, see, and I just can't be bothered with that today.