-
Notifications
You must be signed in to change notification settings - Fork 88
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
Comments
Is this a problem with the specific image or maybe with the Github container registry in general? |
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
|
May related to #107 |
@Drallas Is that an armhf machine by any chance? |
It's on linux x86_64 so that should be amd64.. |
I am also seeing this issue but with AWS ECR. Is there any update? |
Again , which shepherd image you are using? |
containrrr/shepherd:latest |
Can you share the image url? |
This issue is fixed in the latest version of shepherd (see #115 (comment)). Make sure to update your image specifier to |
Thanks just updated, it's all working flawless now! |
I'm seeing some
latest does not exist or it is not available
errors: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!?
The text was updated successfully, but these errors were encountered: