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

Manifest for :latest not found #141

Open
ncgears opened this issue Apr 29, 2024 · 3 comments
Open

Manifest for :latest not found #141

ncgears opened this issue Apr 29, 2024 · 3 comments

Comments

@ncgears
Copy link

ncgears commented Apr 29, 2024

Attempting to pull the docker image from QNAP (x86) fails with manifest not found.

[~] # docker pull ghcr.io/ep1cman/unifi-protect-backup:latest
Error response from daemon: manifest for ghcr.io/ep1cman/unifi-protect-backup:latest not found

Something about the version of docker being used?
Docker is v17.09.1-ce

@ep1cman
Copy link
Owner

ep1cman commented Apr 29, 2024

Is this a 32bit x86 system? Or is it actually x86_64/x64/amd64

@ncgears
Copy link
Author

ncgears commented Apr 29, 2024 via email

@ep1cman
Copy link
Owner

ep1cman commented Apr 29, 2024

docker manifest inspect ghcr.io/ep1cman/unifi-protect-backup:latest
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.oci.image.index.v1+json",
   "manifests": [
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 2186,
         "digest": "sha256:3ed9b5562259c18377b04ab96affd8ee5b87e48476beb04d371c9ded6f35f823",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 2186,
         "digest": "sha256:e39c790e4a8eacb86f068b55f22b587387a040c0e3c7ca963057ce0a0539429b",
         "platform": {
            "architecture": "arm64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 566,
         "digest": "sha256:ba5b92fb7701e2049a22a11451fbc3f598214d9c580bc4117c90059218a2a4a9",
         "platform": {
            "architecture": "unknown",
            "os": "unknown"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 566,
         "digest": "sha256:2c3e11eb4f9522aee6cf8b81e3598942c58083bab5deee535c8e16af0c14ba9c",
         "platform": {
            "architecture": "unknown",
            "os": "unknown"
         }
      }
   ]
}

It definitely exists, this is an issue with your docker setup

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

2 participants