Pin minio/minio image to a specific release tag #130

Open
opened 2026-03-28 08:40:16 +01:00 by marcel · 0 comments
Owner

Priority: medium

docker-compose.yml uses minio/minio:latest (line 25). Unpinned latest tags are a supply chain risk — a breaking or compromised MinIO release will silently roll in on the next docker compose pull.

What to do

Pin to a specific release tag, e.g.:

image: minio/minio:RELEASE.2025-01-20T14-49-07Z

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.

**Priority: medium** `docker-compose.yml` uses `minio/minio:latest` (line 25). Unpinned `latest` tags are a supply chain risk — a breaking or compromised MinIO release will silently roll in on the next `docker compose pull`. ## What to do Pin to a specific release tag, e.g.: ```yaml image: minio/minio:RELEASE.2025-01-20T14-49-07Z ``` Check the [MinIO releases page](https://github.com/minio/minio/releases) for the latest stable tag. Consider adding Renovate or a similar tool to automate version-bump PRs for Docker image tags going forward.
marcel added the phase-1: security label 2026-03-28 08:51:19 +01:00
marcel added the devops label 2026-03-28 10:47:25 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marcel/familienarchiv#130