mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
Add label handler for quay.immutable manifest label that automatically marks associated tags as immutable when images are pushed with LABEL quay.immutable=true in their Dockerfile. Only "true" value (case-insensitive) triggers immutability; other values are ignored. Signed-off-by: Brady Pratt <bpratt@redhat.com> Co-authored-by: Claude <noreply@anthropic.com>