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
I was watching a repo with :latest. And the following history in the image registry happened
latest -> sha-1
latest -> sha-2
latest -> sha-1
This was because the authors reverted a commit on master, and the result of the build was the same image
Concourse does not detect this state change and does not retrigger pipelines and keeps serving sha-2 as input to my pipelines instead of sha-1
The text was updated successfully, but these errors were encountered:
arianvp
changed the title
Does not sdetect stage change when a tag has had the same SHA256 before
Does not detect stage change when a tag has had the same SHA256 before
Sep 16, 2021
I had the following scenario:
I was watching a repo with
:latest
. And the following history in the image registry happenedThis was because the authors reverted a commit on master, and the result of the build was the same image
Concourse does not detect this state change and does not retrigger pipelines and keeps serving
sha-2
as input to my pipelines instead ofsha-1
The text was updated successfully, but these errors were encountered: