build mc from source, support arm/v7

This commit is contained in:
Frederik Ring
2021-07-01 15:16:39 +02:00
parent c33ebc0c70
commit 07befda44d
3 changed files with 9 additions and 7 deletions

View File

@@ -114,4 +114,4 @@ This image is heavily inspired by the `futurice/docker-volume-backup`. We decide
- This image makes use of the MinIO client `mc` instead of the full blown AWS CLI for uploading backups.
- The original image proposed to handle backup rotation through AWS S3 lifecycle policies. This image adds the option to rotate old backups through the same script so this functionality can also be offered for non-AWS storage backends like MinIO.
- InfluxDB specific functionality was removed.
- `arm64` Architecture is supported.
- `arm64` and `arm/v7` architectures are supported.