[Support]: Docker pull fails with "manifest unknown"

See original GitHub issue

Describe the problem you are having

I can’t install via Docker either by docker pull or docker-compose. It fails as follows:

[root@nvr frigate]# docker pull blakeblackshear/frigate
Using default tag: latest
Error response from daemon: manifest for blakeblackshear/frigate:latest not found: manifest unknown: manifest unknown

Version

N/A

Frigate config file

N/A

Relevant log output

[root@nvr frigate]# docker pull blakeblackshear/frigate
Using default tag: latest
Error response from daemon: manifest for blakeblackshear/frigate:latest not found: manifest unknown: manifest unknown

FFprobe output from your camera

N/A

Frigate stats

N/A

Operating system

Other Linux

Install method

Docker Compose

Coral version

CPU (no coral)

Network connection

Wired

Camera make and model

N/A

Any other information that may be helpful

Nothing more to add. I’m assuming there has been a change to the manifest that has corrupted new installs?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
blakeblackshearcommented, Mar 18, 2022

There is no latest tag. Pull a specific version or the stable tag.

0reactions
ThisIsTheOnlyUsernameAvailablecommented, Mar 18, 2022

Sorry. I misread the instructions. Thanks for your help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solving 'manifest not found' Error While Pulling Docker Images
Manifest unknown because there is no such Docker image · You made a typo while using a specific tag or version of the...
Read more >
DOCKER manifest unknown - Stack Overflow
It usually occurs when the image does not exist on the local machine or in the registry you are looking for. Suppose I...
Read more >
Docker pull: manifest not found - General Discussions
Hi. When you use docker pull, without a :tag, it will default to the tag: latest. I see – I thought “lastest” just...
Read more >
Docker image not found: manifest unknown
Hello, running into an issue where sporadically we are unable to pull a particular image from our docker hub proxy. IE docker pull...
Read more >
Workaround for manifest unknown failure to pull the images ...
Failed to pull image "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator@sha256:XXXXXXXXXX": rpc error: code = Unknown desc ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found