Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not detect stage change when a tag has had the same SHA256 before #299

Open
arianvp opened this issue Sep 16, 2021 · 0 comments
Open

Comments

@arianvp
Copy link

arianvp commented Sep 16, 2021

I had the following scenario:

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

@arianvp 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant