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

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

Closed
ThisIsTheOnlyUsernameAvailable opened this issue Mar 18, 2022 · 6 comments
Closed

Comments

@ThisIsTheOnlyUsernameAvailable

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?

@blakeblackshear
Copy link
Owner

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

@ThisIsTheOnlyUsernameAvailable
Copy link
Author

Both result in the same issue. I have also tested this between my frigate testing box, and my production Docker server. Both exhibit identical behavior.

@NickM-27
Copy link
Sponsor Collaborator

Both result in the same issue. I have also tested this between my frigate testing box, and my production Docker server. Both exhibit identical behavior.

Can you give an example of a specific tag you tried and the logs of it failing?

@blakeblackshear
Copy link
Owner

Available tags are listed here: https://hub.docker.com/r/blakeblackshear/frigate/tags

Docs list images available here: https://docs.frigate.video/installation#docker

@ThisIsTheOnlyUsernameAvailable
Copy link
Author

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

@PrynsTag
Copy link

PrynsTag commented Jun 8, 2023

For those reading this in the future:

We are no longer pushing images to Dockerhub. All docker builds will be published to github container registry instead. The new image location for stable is ghcr.io/blakeblackshear/frigate:stable

Source: https://github.com/blakeblackshear/frigate/releases/tag/v0.12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants