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

no such manifest: docker.io/summerwind/actions-runner:latest #2235

Closed
7 tasks done
bbednarek opened this issue Jan 31, 2023 · 5 comments
Closed
7 tasks done

no such manifest: docker.io/summerwind/actions-runner:latest #2235

bbednarek opened this issue Jan 31, 2023 · 5 comments
Assignees
Labels
bug Something isn't working needs triage Requires review from the maintainers

Comments

@bbednarek
Copy link

Checks

Controller Version

v0.27.0

Helm Chart Version

No response

CertManager Version

No response

Deployment Method

Helm

cert-manager installation

not relevant

Checks

  • This isn't a question or user support case (For Q&A and community support, go to Discussions. It might also be a good idea to contract with any of contributors and maintainers if your business is so critical and therefore you need priority support
  • I've read releasenotes before submitting this issue and I'm sure it's not due to any recently-introduced backward-incompatible changes
  • My actions-runner-controller version (v0.x.y) does support the feature
  • I've already upgraded ARC (including the CRDs, see charts/actions-runner-controller/docs/UPGRADING.md for details) to the latest and it didn't fix the issue
  • I've migrated to the workflow job webhook event (if you using webhook driven scaling)

Resource Definitions

not relevant

To Reproduce

run

docker manifest inspect summerwind/actions-runner:latest


### Describe the bug

exits with an error

no such manifest: docker.io/summerwind/actions-runner:latest


### Describe the expected behavior

inspects multi-arch docker manifest file

### Whole Controller Logs

```shell
not relevant

Whole Runner Pod Logs

not relevant

Additional Context

It used to work 3 weeks ago, because we have periodic job that stages summerwind/actions-runner:latest into our private registry

@bbednarek bbednarek added bug Something isn't working needs triage Requires review from the maintainers labels Jan 31, 2023
@github-actions
Copy link
Contributor

Hello! Thank you for filing an issue.

The maintainers will triage your issue shortly.

In the meantime, please take a look at the troubleshooting guide for bug reports.

If this is a feature request, please review our contribution guidelines.

@Link- Link- self-assigned this Jan 31, 2023
@Smirl
Copy link
Contributor

Smirl commented Feb 5, 2023

Not a maintainer but there is a pinned issue saying latest has been remove. So I think it is by design and you should pin the image.

There is an environment variable to disable auto update, which makes me think the runner try to update itself on start up by default.

#2056

@bbednarek
Copy link
Author

bbednarek commented Feb 6, 2023

Thanks @Smirl for the heads up. I checked ubuntu-22.04 and ubuntu-20.04 tags, but they don't have manifest either:

➜  ~ docker manifest inspect summerwind/actions-runner:ubuntu-22.04
no such manifest: docker.io/summerwind/actions-runner:ubuntu-22.04
➜  ~ docker manifest inspect summerwind/actions-runner:ubuntu-20.04
no such manifest: docker.io/summerwind/actions-runner:ubuntu-20.04

[EDIT]
I just found that image ghcr.io does have the manifest

docker manifest inspect ghcr.io/actions/actions-runner-controller/actions-runner:ubuntu-20.04
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 3042,
         "digest": "sha256:287baf2a10f0f09e718a1432040aadd3645e39167aa66ec1d37764be4ecd7e0f",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 3041,
         "digest": "sha256:d9d4609e9d5201aa046f325e0c93a99c5a61862d4f006cf3e53bbb132a062f3a",
         "platform": {
            "architecture": "arm64",
            "os": "linux"
         }
      }
   ]
}

Looks like there is some inconsistency between DockerHub and GitHub registries.

@mustafaStakater
Copy link

mustafaStakater commented Apr 4, 2023

Github Registry was last updated 3 months ago , where as Docker Registry Updated 21 days ago.

@bbednarek
Copy link
Author

Looks like

docker manifest inspect summerwind/actions-runner:latest

works again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Requires review from the maintainers
Projects
None yet
Development

No branches or pull requests

4 participants