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
It seems that when some kind of change is made all the old image tags are re-built and pushed. We check the image sha for our based images because we don't expect tags in the docker repository to change.
We can pull the old sha, but Docker Content Trust verification fails in that case.
Is it necessary to continuously re-build and push all old image tags?