Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-1914

don't re-push tags to quay if the digests are the same in source and target image

XMLWordPrintable

      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.

            nickboldt Nick Boldt
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: