-
Notifications
You must be signed in to change notification settings - Fork 494
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
docker buildx build
hangs when using some cached layers
#557
Comments
|
And
|
And I suppose this issue should be transferred to the https://github.com/moby/buildkit repo, hopefully you can do this. Will create an issue there otherwise. |
Created moby/buildkit#2009 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
buildx-0.5.1,
moby/buildkit:buildx-stable-1 (be8e8392f56c)
,Docker version 20.10.5, build 55c4c88
on linux x86_64.Unfortunately cannot provide a reproducer since it's an internal project.
docker buildx build --cache-from … --cache-to type=inline --pull .
hangs on various steps indefinitely (or for a very long time, in GH Actions there was 6 hour timeout). buildkit container is started withdocker buildx create --name builder-builder --driver docker-container --driver-opt image=moby/buildkit:buildx-stable-1 --buildkitd-flags --debug --use
(setup is stolen fromdocker/setup-buildx-action@v1
GH action), logs after sending SIGQUIT is here. This time the hang was onThe text was updated successfully, but these errors were encountered: