UNCLASSIFIED - NO CUI

Skip to content

Fix date created label

Cody Miller requested to merge created-date-hotfix into master

Merge Request Description

David discovered issue with the scan-logic stage:

"The label scan-date comes from the upstream UBI image, so all the child images have that. Anything that is not based on UBI, does not have that label. So instead, we should be using the label org.opencontainers.image.created, which is created in the build stage by us, and will be on all images"

Merge Request BOE

Risk

NA

Rollback Plan

NA

Testing

Tested locally using IPython

Merge request reports