Stream: dev

Topic: Unable to build image [gdcc/configbaker:unstable]


view this post on Zulip Steven Winship (Jul 22 2026 at 18:17):

I've been seeing this error quite often lately. Re-running the tests sometimes fixes the issue but other times it takes multiple re-runs to get it to pass. Any ideas????

[ERROR] DOCKER> Unable to build image [gdcc/configbaker:unstable] : "The command '/bin/bash -eu -c true && mkdir -p ${SCRIPT_DIR} ${SECRETS_DIR} ${SOLR_TEMPLATE} && apt-get update -q && apt-get install -qqy --no-install-recommends ${PKGS} && apt -qqy --no-install-recommends install python3 python3-venv pipx && pipx install pipx && apt purge -qqy --autoremove pipx && ~/.local/bin/pipx install --global pipx && rm -rf \"~/.local\" && rm -rf \"/var/lib/apt/lists/\" \"/var/cache/apt/archives/\"' returned a non-zero code: 100" ["The command '/bin/bash -eu -c true && mkdir -p ${SCRIPT_DIR} ${SECRETS_DIR} ${SOLR_TEMPLATE} && apt-get update -q && apt-get install -qqy --no-install-recommends ${PKGS} && apt -qqy --no-install-recommends install python3 python3-venv pipx && pipx install pipx && apt purge -qqy --autoremove pipx && ~/.local/bin/pipx install --global pipx && rm -rf \"~/.local\" && rm -rf \"/var/lib/apt/lists/\" \"/var/cache/apt/archives/\"' returned a non-zero code: 100" ]

view this post on Zulip Ash Manda (Jul 22 2026 at 18:21):

100 generally means that the issue is happening within the apt commands.

view this post on Zulip Ash Manda (Jul 22 2026 at 18:22):

But for better monitoring, it might be a good idea to decouple that single command into multiple steps and enable logging/monitoring

view this post on Zulip Ash Manda (Jul 22 2026 at 18:22):

Phil mentioned it here: #containers > Unable to build image [gdcc/configbaker:unstable]

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 22 2026 at 19:53):

Thanks, I was going to mention that other topic. Actually. I'll just merge them into one. It's the same topic, really.

view this post on Zulip Notification Bot (Jul 22 2026 at 19:53):

5 messages were moved here from #containers > Unable to build image [gdcc/configbaker:unstable] by Philip Durbin ๐Ÿš€.

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 22 2026 at 19:54):

Ok. Combined.

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 22 2026 at 19:54):

@Steven Winship like @Ash Manda is saying, last time it was an ephemeral problem.

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 22 2026 at 19:55):

@Oliver Bertuch any thoughts on this?

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 22 2026 at 19:56):

I just added it to our next container meeting agenda, at least.


Last updated: Aug 18 2026 at 08:27 UTC