jlesage / docker-crashplan-pro

Docker container for CrashPlan PRO (aka CrashPlan for Small Business)
290 stars 39 forks source link

jlesage/crashplan-pro:latest not found.... #413

Closed dav1n closed 1 year ago

dav1n commented 1 year ago

Today, doing a simple docker pull is failing for me:

# docker pull jlesage/crashplan-pro
Using default tag: latest
Error response from daemon: manifest for jlesage/crashplan-pro:latest not found
jlesage commented 1 year ago

Are you using a recent version of Docker ?

dav1n commented 1 year ago

It's the same version on my QNAP that I've been using forever (and I will admit that I have not done a firmware update on the QNAP for quite a long time). So it's likely fairly old, but it has worked for your crashplan-pro up until this latest release, and it still works for other docker pulls.

# docker --version
Docker version 17.09.1-ce, build 0bbe3ac
dav1n commented 1 year ago

I just tested in two ways:

So something weird is going on...

jlesage commented 1 year ago

Image manifest has been updated with recent Docker image builder (see https://github.com/docker/buildx/releases) to be in OCI format. I suspect the issue you are seeing is caused by that and your Docker version is too old to support the OCI format.

I can try to disable the provenance attestation to see if it helps. But you should definitely try to upgrade your device, since more and more images will be build the new way.

dav1n commented 1 year ago

Thanks. That would be appreciated for now.

And yeah - I guess I do need to look into doing a firmware update on my QNAP.

KamikazeFighter commented 1 year ago

I'm getting the same issue on unRAID 6.11.5 which I believe is the newest version.

jlesage commented 1 year ago

For unRAID it's a different issue. There is a bug with the UI that prevents fetching the correct version. You can install the "Docker Update Patch" plugin until the next version of unRAID is released.

jlesage commented 1 year ago

@dav1n, can you try to pull again to see if it's now working?

@KamikazeFighter, if you did not installed the patch yet, you can check if the UI now detects the version.

dav1n commented 1 year ago

Yes. It successfully pulls now. Thanks!!!

jlesage commented 1 year ago

Great, thanks for confirming !

KamikazeFighter commented 1 year ago

@jlesage Yeah, that fixed my problem as well. Sorry, I thought they were connected. I was only 1 version behind on this docker.

jlesage commented 1 year ago

Closing this issue.