-
Notifications
You must be signed in to change notification settings - Fork 247
Description
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.