Skip to content

Docker Containers: Mistake in digest-storage on Quay #400

@PrivatePuffin

Description

@PrivatePuffin

Currently there exists this quay registry for the kube-rbac-proxy images:
https://quay.io/repository/brancz/kube-rbac-proxy?tab=tags&tag=latest

However, Quay has a quirk (one could call it a bug): It does NOT preserve older digests when new versions as pushed. Leading to set digests to disappear and become unreachable after a certain amount of time

To prevent this, kube-rbac-proxy, should be pushed with an extra tag on each push based on either the GitHub or container hash as tag. This ensures all digests on quay keep being available.

To be clear: this is not standard behavior, GHCR and Dockerhub work fine without this fix. It's purely a Quay.io bug/problem. However, digest retention is crucial for secure deployments of kube-rbac-proxy using Quay and digest pinning.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions