Pin minio/minio image to a specific release tag #130
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Priority: medium
docker-compose.ymlusesminio/minio:latest(line 25). Unpinnedlatesttags are a supply chain risk — a breaking or compromised MinIO release will silently roll in on the nextdocker compose pull.What to do
Pin to a specific release tag, e.g.:
Check the MinIO releases page for the latest stable tag.
Consider adding Renovate or a similar tool to automate version-bump PRs for Docker image tags going forward.