-
Notifications
You must be signed in to change notification settings - Fork 57
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
Unable to update with watchtower #137
Comments
What is broken in the images and which image and tag specifically do you have an issue with? |
This may be due to the recent buildx change due to the Github Ubuntu Runner being upgraded: This results in images being pushed whose manifests cannot be parsed due to these issues: I didn't get time to verify via the API for a failing image (https://github.com/AnalogJ/scrutiny, specifically the collector) but the docker manifest inspect command does fail for it and docker buildx imagetools inspect shows that it's an oci image. |
Apparently it's also possilbe to do that: No need to pin to previous release v0.9.1, repo can just disable provenance as shown in docker/buildx#1513 (comment) Also OCI images are around for a few years now so I think Watchtower should support them instead. |
From This is a build option so in build-push-action:
|
Thank you for providing more details. If I understand correctly, the images themselves would work, even though they are now stored in a different format, but the manifest created by docker buildx now contains information that docker (on the clients) can't parse ( docker-nginx-fpm-alpine/buildx.sh Lines 24 to 30 in 7a8d0cd
|
workaround for docker/buildx#1509 and moby/moby#43126
Let me know if this works out after the nightly build at midnight (UTC) pushes the next image. |
I'll check |
And it works no more warning. Thanks 👍🏻 |
Hello
Apparently there is an issue with buildx
You should pin the buildx version to v0.9.1 to fix your images (Example: cilium/cilium#23206)
Thanks
The text was updated successfully, but these errors were encountered: