Skip to content

Pin Docker image tags to specific versions #208

@mvillmow

Description

@mvillmow

All five services in docker-compose.yml still use :latest tags (prom/prometheus:latest, grafana/loki:latest, grafana/promtail:latest, grafana/grafana:latest, python:3.11-slim without a patch pin). The audit flagged this as issue #10 / #24. Pinning to specific digests or version tags (e.g., prom/prometheus:v2.52.0) prevents silent breaking changes on docker compose pull and enables Renovate/Dependabot to track upstream releases. This should be a separate PR since it requires choosing stable versions and setting up a periodic update mechanism.

Follow-up from #35

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions