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
If there is a label defined in base image and the dockerfile does not overwrite it, the resulting image may contain incorrect metadata.
This is a check only for dockerfiles.
List of labels:
summary
description
io.k8s.description (same as description)
io.k8s.display-name
io.openshift.tags
com.redhat.component
name
version
I fear that this check may be false positive in some scenarios (when the layered image contains only minor change which does not invalidate the metadata).
The text was updated successfully, but these errors were encountered:
If there is a label defined in base image and the dockerfile does not overwrite it, the resulting image may contain incorrect metadata.
This is a check only for dockerfiles.
List of labels:
summary
description
io.k8s.description (same as description)
io.k8s.display-name
io.openshift.tags
com.redhat.component
name
version
I fear that this check may be false positive in some scenarios (when the layered image contains only minor change which does not invalidate the metadata).
The text was updated successfully, but these errors were encountered: