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

Docker compose support #685

Closed
FernandoMiguel opened this issue Oct 13, 2018 · 10 comments
Closed

Docker compose support #685

FernandoMiguel opened this issue Oct 13, 2018 · 10 comments

Comments

@FernandoMiguel
Copy link
Collaborator

Is there any work done to support docker-compose build ?

@tonistiigi
Copy link
Member

@shin-

@shin-
Copy link

shin- commented Oct 15, 2018

Yup, it's on my radar: docker/compose#883 (comment)

I hope to take a closer look at what it would take after the 1.23 release.

@AkihiroSuda
Copy link
Member

Slightly off-topic, but is there plan to support build in docker stack deploy?

@paslandau
Copy link

Is this the "official" issue to follow? Really looking forward for BuildKit support in docker-compose :)

@AkihiroSuda
Copy link
Member

@paslandau Probably this should be tracked in docker-compose repo

@paslandau
Copy link

@AkihiroSuda
The "if not, is there another official issue to follow?" was kinda implied ;)

@mipearson
Copy link

mipearson commented Jan 19, 2019

Given that buildkit support in docker-py looks like it's a long ways off (docker/docker-py#2230) and that docker-cli / docker-py differences have caused issues and continue to do so (docker/compose#883), is invoking the CLI to build images instead of using python an option?

@AkihiroSuda
Copy link
Member

PR: docker/compose#6584

@tonistiigi
Copy link
Member

docker/compose#6865 is merged

Building compose with buildkit is also available with docker buildx bake https://github.com/docker/buildx#buildx-bake-options-target

@FernandoMiguel
Copy link
Collaborator Author

for future reference
for BuildKit support use DOCKER_BUILDKIT=1 and COMPOSE_DOCKER_CLI_BUILD=1

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

No branches or pull requests

6 participants