-
Notifications
You must be signed in to change notification settings - Fork 893
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
Error Could not do a head request for #1528
Comments
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏 |
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 |
I have verified these images of the reports from the linked thread and all have the above issue: koenkk/zigbee2mqtt:latest |
Yes I have it too with pihole. |
They (pihole) can pin the buildx version to |
As I have some containers exhibiting this behavior it will not be easy. |
Confirmed, seeing it on crowdsecurity/crowdsec:latest |
Hello 👋🏻 Here the email notification I received this morning :
And the one form yesterday:
I understand that the update are still done, right ? And there is nothing we can do to not have those errors , correct too ? |
Yeah, from my understanding, either the images need to fix it or we need to wait for the above linked issues to be resolved by docker. In the meanwhile, you could hide these warnings by setting |
I added in my docker compose then and I still get this:
|
This comment was marked as duplicate.
This comment was marked as duplicate.
No need to pin to previous release |
This comment was marked as resolved.
This comment was marked as resolved.
The pi-hole issue is no more |
Yeah, but we are using the docker client's own code, so as long as
|
This actually looks to be quite an easy fix, since only adding the We don't supporting parsing the response, but that is irrelevant, since the only thing we are interested in is if it's been changed since the image was pulled. |
Yes this issue is being tracked in moby/moby#43126 (cc @thaJeztah) |
With the homarr image is the same :( |
I would like to add the following to the list amir20/dozzle:latest |
There also is an explicit warning for this issue in the release notes of buildx 0.10.0. |
Hello,
|
here some images that cause the head request with "404 Not Found", auth: "not present" |
Was this resolved or expected to be with a upcoming update? Sorry for my confusion - but I've been reading through the post and others where it has been mentioned - But still confused. Again, my apology. I ask because I've been getting the following for a little while now when manually running Watchtower. This was just dispayed before posting here. time="2023-01-28T21:56:30Z" level=warning msg="Could not do a head request for "netboxcommunity/netbox:v3.4-2.4.0", falling back to regular pull." container=/netbox-docker_netbox-housekeeping_1 image="netboxcommunity/netbox:v3.4-2.4.0" |
I'm experiencing the exact same issue. |
Add this in the env in your docker-compose for a quick and temporary fix
|
NOTE: See #1529 for workarounds until this gets properly fixed
Describe the bug
Hello, since 48h hour, when auto updating I get this for every container that need an update:
thanks for help
Steps to reproduce
Expected behavior
update with correct message pull
Note: The image does get updated, you only get a warning that it couldn't do so without using up the docker API rate limit -@piksel
Environment
Your logs
Logs
The text was updated successfully, but these errors were encountered: