ep1cman / unifi-protect-backup

Python tool to backup unifi event clips in realtime
MIT License
633 stars 31 forks source link

Manifest for :latest not found #141

Open ncgears opened 5 months ago

ncgears commented 5 months ago

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 commented 5 months ago

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

ncgears commented 5 months ago

x86_64, sorry. I meant as opposed to arm, etc. There is some references online to the missing manifests at that docker hub...

Jim Barstow Ph. 231.250.9039 Mentor, NC GEARS FRC Team 1918, NC COGS FTC Team 23380/7911

On April 29, 2024 4:01:02 PM EDT, Sebastian Goscik @.***> wrote:

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

-- Reply to this email directly or view it on GitHub: https://github.com/ep1cman/unifi-protect-backup/issues/141#issuecomment-2083558879 You are receiving this because you authored the thread.

Message ID: @.***>

ep1cman commented 5 months ago
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