Add automated docker tagging for "infrastructure-public-image-{hash}" #671
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
This PR: #660 was intended to prefix published images with "infrastructure-public-image". However, it will be overwritten after subsequent deploys, resulting in older images becoming untagged. We need a way to automatically tag the images and include either a UUID, timestamp, or (preferred) hash so that they uniformly look like this:
Until this is done, new images should be tagged with a command similar to
gcloud container images add-tag gcr.io/cloud-devrel-public-resources/storage-testbench:v0.45.0 gcr.io/cloud-devrel-public-resources/storage-testbench:infrastructure-public-image-6c858425e58ea2a2add60822b1dd8767373bd2ab65a6d7481bb238aeb84fd226
(the hash of the target image can be discovered withgcloud container images list-tags --format=json gcr.io/cloud-devrel-public-resources/storage-testbench
) manually after release.The text was updated successfully, but these errors were encountered: