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

Docker tag scorecard-action:v2.0.5 not found #978

Closed
konstruktoid opened this issue Oct 18, 2022 · 3 comments
Closed

Docker tag scorecard-action:v2.0.5 not found #978

konstruktoid opened this issue Oct 18, 2022 · 3 comments
Assignees

Comments

@konstruktoid
Copy link

Renovate PR: "Update ossf/scorecard-action action to v2.0.5" (konstruktoid/ansible-role-hardening#185)

https://github.com/konstruktoid/ansible-role-hardening/actions/runs/3276257156/jobs/5393791624#step:2:1

Pull down action image 'gcr.io/openssf/scorecard-action:v2.0.5'
  /usr/bin/docker pull gcr.io/openssf/scorecard-action:v[2](https://github.com/konstruktoid/ansible-role-hardening/actions/runs/3276257156/jobs/5393791624#step:2:2).0.5
  Error response from daemon: manifest for gcr.io/openssf/scorecard-action:v2.0.5 not found: manifest unknown: Failed to fetch "v2.0.5" from request "/v2/openssf/scorecard-action/manifests/v2.0.5".
  Warning: Docker pull failed with exit code 1, back off 5.34 seconds before retry.
  /usr/bin/docker pull gcr.io/openssf/scorecard-action:v2.0.5
  Error response from daemon: manifest for gcr.io/openssf/scorecard-action:v2.0.5 not found: manifest unknown: Failed to fetch "v2.0.5" from request "/v2/openssf/scorecard-action/manifests/v2.0.5".
  Warning: Docker pull failed with exit code 1, back off [3](https://github.com/konstruktoid/ansible-role-hardening/actions/runs/3276257156/jobs/5393791624#step:2:3).379 seconds before retry.
  /usr/bin/docker pull gcr.io/openssf/scorecard-action:v2.0.5
  Error response from daemon: manifest for gcr.io/openssf/scorecard-action:v2.0.5 not found: manifest unknown: Failed to fetch "v2.0.5" from request "/v2/openssf/scorecard-action/manifests/v2.0.5".
Error: Docker pull failed with exit code 1
@georgettica
Copy link

georgettica commented Oct 18, 2022

also, the tag isn't in the registry

 podman run --rm -it skopeo inspect docker://gcr.io/openssf/scorecard-action |  jq  '[.RepoTags[] | select(startswith("v"))]' | jq .
[
  "v2.0.0",
  "v2.0.0-alpha.1",
  "v2.0.0-alpha.2",
  "v2.0.0-beta.1",
  "v2.0.1",
  "v2.0.2",
  "v2.0.3",
  "v2.0.4"
]

my failure is in https://github.com/georgettica/obnpctl/actions/runs/3277287738/jobs/5394374931

@naveensrinivasan
Copy link
Member

This PR broker this https://github.com/ossf/scorecard-action/pull/961/files.

Thanks, I'll get a PR out soon and a fix.

@naveensrinivasan naveensrinivasan self-assigned this Oct 19, 2022
naveensrinivasan added a commit that referenced this issue Oct 19, 2022
Fix - #978

Signed-off-by: naveensrinivasan <[email protected]>
naveensrinivasan added a commit that referenced this issue Oct 19, 2022
Fix - #978

Signed-off-by: naveensrinivasan <[email protected]>

Signed-off-by: naveensrinivasan <[email protected]>
@naveensrinivasan
Copy link
Member

Fixed v2.0.6

docker pull gcr.io/openssf/scorecard-action:v2.0.6
v2.0.6: Pulling from openssf/scorecard-action
bd159e379b3b: Pull complete
8bcf04acd839: Pull complete
29b14408ebd9: Pull complete
e908b0653632: Pull complete
Digest: sha256:0fed0b03eb8f36794f3aaa31a3f61dac3ab646da816d579fcd2ef531ef437f06
Status: Downloaded newer image for gcr.io/openssf/scorecard-action:v2.0.6
gcr.io/openssf/scorecard-action:v2.0.6

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

3 participants