Skip to content

Could not do a head request #1529

Answered by piksel
MrGibbage asked this question in General
Jan 21, 2023 · 2 comments · 11 replies
Discussion options

You must be logged in to vote

This is due to a new format of the manifest that is produced with the new version of docker buildx. The only consequence is that the docker API rate limiting will be applied to every check for an image update, so as long as you don't use a really short interval for watchtower it should be fine. In that case you can set the WATCHTOWER_WARN_ON_HEAD_FAILURE=never environment variable for watchtower, or add the equivalent argument --warn-on-head-failure never (see https://containrrr.dev/watchtower/arguments/#head_failure_warnings).

If you are responsible for creating said image, you can look at the upstream bug for ways to opt-out of the unsupported manifest until it's supported: docker/build…

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
6 replies
@mateo08c
Comment options

@ramzh
Comment options

@TheRealKamisama
Comment options

@marcelrv
Comment options

@pkishino
Comment options

Answer selected by piksel
Comment options

You must be logged in to vote
5 replies
@piksel
Comment options

@kimpenhaus
Comment options

@mhellmeier
Comment options

@piksel
Comment options

@mhellmeier
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
10 participants