Docker buildx bake hangs in GitLab CI #3353
Closed
MalteMagnussen
started this conversation in
General
Replies: 1 comment 3 replies
-
Oh sorry didn't catch this discussion, is it solved for you? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I run bake inside GitLab CI.
It builds the images, and pushes everything properly, but then just hangs.
It is inside a GitLab CI Kubernetes runner, which connects to a Remote BuildKit builder (also in k8s).
Command:
docker buildx bake --builder=remote --push
Image:
docker.io/library/docker:dind-rootless
(no gitlab ci dind service attached)Version inside the image at the time of usage:
Problem recap: Running docker buildx bake in gitlab ci with a dind rootless image in a kubernetes ci runner: The job just hangs after building and pushing, and eventually fails with a timeout.
I created a Discussion instead of a Bug Issue, because filling out the bug issue template was too overwhelming, and I cannot share all the company code and logs.
Beta Was this translation helpful? Give feedback.
All reactions