Skip to content
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

build fails with docker buildkit enabled #164

Open
relrod opened this issue Aug 5, 2024 · 0 comments
Open

build fails with docker buildkit enabled #164

relrod opened this issue Aug 5, 2024 · 0 comments

Comments

@relrod
Copy link

relrod commented Aug 5, 2024

Sorry, I don't have good reproducer steps for this and I unfortunately don't have time to debug further, but when following the guide to set up galaxy-ng (https://ansible.readthedocs.io/projects/galaxy-ng/en/latest/community/devstack/#oci-env) I found that I was unable to build until I disabled buildkit with export DOCKER_BUILDKIT=0

Possibly relevant:
docker/compose#8538
docker/compose#8449

I believe the issue is that buildkit tries to build in parallel but can't do that with images that depend on each other... but I haven't dug too much beyond that.

In any case exporting that env var let me work around the issue - it might be something worth considering doing in oci-env itself.

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

No branches or pull requests

1 participant