Stream: containers

Topic: Can't build configbaker image #12039


view this post on Zulip Philip Durbin ๐Ÿš€ (Dec 11 2025 at 17:13):

I just opened this issue:

Can't build configbaker imageย #12039

view this post on Zulip Philip Durbin ๐Ÿš€ (Dec 11 2025 at 17:13):

Error: DOCKER> Unable to build image [gdcc/configbaker:unstable] : "The command '/bin/bash -eu -c true && ARCH=\"${TARGETARCH:-$(uname -m | sed -e 's/x86_64/amd64/' -e 's/\\(arm\\)\\(64\\)\\?.*/\\1\\2/' -e 's/aarch64$/arm64/')}\" && curl -sSfL -o /usr/bin/wait4x.tar.gz \"[https://github.com/wait4x/wait4x/releases/download/${WAIT4X_VERSION}/wait4x-linux-${ARCH}.tar.gz\](https://github.com/wait4x/wait4x/releases/download/$%7BWAIT4X_VERSION%7D/wait4x-linux-$%7BARCH%7D.tar.gz/)" && curl -sSfL -o /tmp/w4x-checksum \"[https://github.com/wait4x/wait4x/releases/download/${WAIT4X_VERSION}/wait4x-linux-${ARCH}.tar.gz.sha256sum\](https://github.com/wait4x/wait4x/releases/download/$%7BWAIT4X_VERSION%7D/wait4x-linux-$%7BARCH%7D.tar.gz.sha256sum/)" && echo \"$(cat /tmp/w4x-checksum | cut -f1 -d\" \") /usr/bin/wait4x.tar.gz\" | sha256sum -c - && tar -xzf /usr/bin/wait4x.tar.gz -C /usr/bin && chmod +x /usr/bin/wait4x && curl -sSfL -o /usr/bin/yq \"[https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH}\](https://github.com/mikefarah/yq/releases/download/$%7BYQ_VERSION%7D/yq_linux_$%7BARCH%7D/)" && chmod +x /usr/bin/yq && pipx install --global ${PYTHON_PKGS}' returned a non-zero code: 22" ["The command '/bin/bash -eu -c true && ARCH=\"${TARGETARCH:-$(uname -m | sed -e 's/x86_64/amd64/' -e 's/\\(arm\\)\\(64\\)\\?.*/\\1\\2/' -e 's/aarch64$/arm64/')}\" && curl -sSfL -o /usr/bin/wait4x.tar.gz \"[https://github.com/wait4x/wait4x/releases/download/${WAIT4X_VERSION}/wait4x-linux-${ARCH}.tar.gz\](https://github.com/wait4x/wait4x/releases/download/$%7BWAIT4X_VERSION%7D/wait4x-linux-$%7BARCH%7D.tar.gz/)" && curl -sSfL -o /tmp/w4x-checksum \"[https://github.com/wait4x/wait4x/releases/download/${WAIT4X_VERSION}/wait4x-linux-${ARCH}.tar.gz.sha256sum\](https://github.com/wait4x/wait4x/releases/download/$%7BWAIT4X_VERSION%7D/wait4x-linux-$%7BARCH%7D.tar.gz.sha256sum/)" && echo \"$(cat /tmp/w4x-checksum | cut -f1 -d\" \") /usr/bin/wait4x.tar.gz\" | sha256sum -c - && tar -xzf /usr/bin/wait4x.tar.gz -C /usr/bin && chmod +x /usr/bin/wait4x && curl -sSfL -o /usr/bin/yq \"[https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH}\](https://github.com/mikefarah/yq/releases/download/$%7BYQ_VERSION%7D/yq_linux_$%7BARCH%7D/)" && chmod +x /usr/bin/yq && pipx install --global ${PYTHON_PKGS}' returned a non-zero code: 22" ]

view this post on Zulip Philip Durbin ๐Ÿš€ (Dec 11 2025 at 17:14):

@Oliver Bertuch any ideas?

view this post on Zulip Oliver Bertuch (Dec 12 2025 at 10:19):

I changed the Github Workflows to make DMP log verbose, trying to identify any issues.

view this post on Zulip Oliver Bertuch (Dec 12 2025 at 10:19):

Looks like the problem went away... :shrugdog:

view this post on Zulip Oliver Bertuch (Dec 12 2025 at 10:20):

It did make me recognize the ridiculous amount of time spent to build the ARM64 configbaker image. I suppose we should look into splitting jobs to multiple runners, so we can make use of different architectures.

view this post on Zulip Philip Durbin ๐Ÿš€ (Dec 12 2025 at 12:35):

I'm glad it went away! Thanks for hacking on this!

view this post on Zulip Philip Durbin ๐Ÿš€ (Dec 12 2025 at 20:29):

With the release coming soon I didn't want this to be a blocker. :sweat_smile:


Last updated: Jan 09 2026 at 14:18 UTC