-
Task
-
Resolution: Done
-
Major
-
2.9.0.GA
-
False
-
False
-
Undefined
-
Today when we run
/home/nboldt/bin/getLatestImageTags.sh -b tweak-build-descs --osbs --pushtoquay=' latest'
it will fetch the latest tags from OSBS, and skopeo copy them to Quay.
However, if the tag is already present in Quay, the timestamp will be updated, which can confuse development into thinking a new image has been built when in fact it's a re-stamping of an old image.
This is obvious if you look at "tag moved from sha1 to the-same-sha1" messages in https://quay.io/repository/crw/theia-rhel8?tab=history
But we could do a quick digest check before re-pushing the same content. Or find a way to repush but respect the original timestamp.
- relates to
-
CRW-1905 [performance tuning] Improve performance of crw-theia builds
- Closed