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

latest does not exist or it is not available #112

Closed
Drallas opened this issue Sep 21, 2023 · 11 comments
Closed

latest does not exist or it is not available #112

Drallas opened this issue Sep 21, 2023 · 11 comments

Comments

@Drallas
Copy link

Drallas commented Sep 21, 2023

I'm seeing some latest does not exist or it is not available errors:

Thu Sep 21 18:31:37 CEST 2023 Error updating service speedtest-tracker_service_speedtest-tracker-app! 
Image ghcr.io/alexjustesen/speedtest-tracker:latest does not exist or it is not available

But the image url's checkout to be correct!
https://github.com/alexjustesen/speedtest-tracker/pkgs/container/speedtest-tracker/129529931?tag=latest

Is this normal behaviour!?

@djmaze
Copy link
Collaborator

djmaze commented Sep 27, 2023

Is this a problem with the specific image or maybe with the Github container registry in general?

@djmaze djmaze added the bug label Sep 27, 2023
@Drallas
Copy link
Author

Drallas commented Sep 28, 2023

It’s only two images out of many.

Thu Sep 28 02:09:07 CEST 2023 Error updating service speedtest-tracker_service_speedtest-tracker-app! 
Image ghcr.io/alexjustesen/speedtest-tracker:latest does not exist or it is not available

no such manifest: docker.io/linkace/linkace:simple
Thu Sep 28 01:06:36 CEST 2023 Error updating service linkace_service_linkace-app! 
Image linkace/linkace:simple does not exist or it is not available

But I don’t understand why they log errors, because both images can be found when deployed by a stack file.

# lines from Linkace stack
service_linkace-app:
  image: linkace/linkace:simple

# lines from Speedtest stack
service_speedtest-app:
  image: ghcr.io/alexjustesen/speedtest-tracker:latest

@martadinata666
Copy link

martadinata666 commented Sep 28, 2023

May related to #107

@djmaze
Copy link
Collaborator

djmaze commented Sep 29, 2023

@Drallas Is that an armhf machine by any chance?

@Drallas
Copy link
Author

Drallas commented Sep 29, 2023

@Drallas Is that an armhf machine by any chance?

It's on linux x86_64 so that should be amd64..

@simonbowen
Copy link

I am also seeing this issue but with AWS ECR.

Is there any update?

@martadinata666
Copy link

Again , which shepherd image you are using?

@simonbowen
Copy link

containrrr/shepherd:latest

@martadinata666
Copy link

Can you share the image url?

@moschlar
Copy link
Collaborator

This issue is fixed in the latest version of shepherd (see #115 (comment)).

Make sure to update your image specifier to containrrr/shepherd.

@Drallas
Copy link
Author

Drallas commented Jun 29, 2024

Thanks just updated, it's all working flawless now!

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

5 participants