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

ImagePullBackOff tekton pruner job #2495

Open
lucas-dclrcq opened this issue Jan 10, 2025 · 0 comments
Open

ImagePullBackOff tekton pruner job #2495

lucas-dclrcq opened this issue Jan 10, 2025 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@lucas-dclrcq
Copy link

lucas-dclrcq commented Jan 10, 2025

Hello,

I recently deployed the operator (version 0.74.0), and the tekton-resource-pruner job fails with an image pull backoff error :

Warning Failed 50m (x47 over 4h25m) kubelet Failed to pull image "gcr.io/tekton-releases/dogfooding/tkn:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471": rpc error: code = NotFound desc = failed to pull and unpack image "gcr.io/tekton-releases/dogfooding/tkn:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471": failed to resolve reference "gcr.io/tekton-releases/dogfooding/tkn:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471": gcr.io/tekton-releases/dogfooding/tkn:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471: not found

If i manually try on my computer, tag d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471 does not exist :

Error response from daemon: manifest for gcr.io/tekton-releases/dogfooding/tkn:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471 not found: manifest unknown: Failed to fetch "d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471"

But, as a sha256 it works :

docker pull gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471: Pulling from tekton-releases/dogfooding/tkn
43c4264eed91: Already exists
cbfa962fb060: Pull complete
Digest: sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
Status: Downloaded newer image for gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471

Looks like there is an automation that updates the tag, and its missing the latest@sha256: prefix : #2461

@lucas-dclrcq lucas-dclrcq added the kind/bug Categorizes issue or PR as related to a bug. label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant