You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images can, and should be specified using digest, rather than tags. Tags are mutable, so they aren't secure. Digests are immutable, and always point to the same image.
Full container path can look like: domain.org/dir-1/dir-n/name:tag@sha256:deadbeef
judge-d/judge-d-agent/src/main/java/com/hltech/contracts/judged/agent/k8s/K8sLabelBasedServiceLocator.java
Lines 63 to 73 in 1824122
Images can, and should be specified using digest, rather than tags. Tags are mutable, so they aren't secure. Digests are immutable, and always point to the same image.
Full container path can look like:
domain.org/dir-1/dir-n/name:tag@sha256:deadbeef
Below image names are valid and working:
quay.io/cardil/wathola-forwarder:v0.7.0@sha256:5130875b448f6d4a8d1d422e83358c8a56a21466cbd51492e7ff4d5ebddb7d26
quay.io/cardil/wathola-forwarder@sha256:5130875b448f6d4a8d1d422e83358c8a56a21466cbd51492e7ff4d5ebddb7d26
quay.io/cardil/wathola-forwarder:v0.7.0
Now Judge-d looks only for tagged images. It should properly parse image address.
The text was updated successfully, but these errors were encountered: