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

get step can't find pinned digest #308

Open
cjnosal opened this issue Nov 29, 2021 · 0 comments
Open

get step can't find pinned digest #308

cjnosal opened this issue Nov 29, 2021 · 0 comments

Comments

@cjnosal
Copy link

cjnosal commented Nov 29, 2021

I have a resource watching for semver_constraint tag (e.g. >=1.17), and some of the underlying tags are floating.
e.g. fixed tags 1.17.3-photon-r1 and 1.17.3-photon-r2 (which are ignored by the resource due to #307) and floating tag 1.17.3.

I pinned a version of the resource (e.g. 1.17.3@sha256:12345). Then sometime later, a new revision of the image comes out (1.17.3-photon-r3@sha256:45678) and 1.17.3 is retagged.

Expected behaviour: the pinned version has a digest, which still exists. Rerunning a job should use the pinned digest.
Actual behaviour: the job is stuck pending because the pinned version can't be found.

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