chore: switch to Alpine base with jq for MinIO addon

This commit is contained in:
2025-05-06 01:30:23 +02:00
parent 5933c1786f
commit a224907328
5 changed files with 31 additions and 23 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "MinIO S3 Server",
"version": "1.0.63",
"version": "1.0.64",
"slug": "minio",
"description": "MinIO Server S3-compatible object storage server",
"arch": [
"amd64"
"amd64",
"aarch64"
],
"startup": "services",
"boot": "auto",
@@ -37,7 +38,7 @@
"bucket": "str"
},
"build_from": {
"amd64": "debian:stable-slim",
"aarch64": "debian:stable-slim"
"amd64": "alpine:3.18",
"aarch64": "alpine:3.18"
}
}