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

Turn off buildkit build in ddev start #2758

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

rfay
Copy link
Member

@rfay rfay commented Jan 26, 2021

The Problem/Issue/Bug:

In upcoming docker-compose in Docker Desktop, they have
buldkit builds turned on, using native docker build. It makes
a big mess visually and isn't very useful for our small web/db build.

How this PR Solves The Problem:

COMPOSE_DOCKER_CLI_BUILD="0"

Manual Testing Instructions:

ddev start on Windows with new Docker. It should look like it has in the past. See docker/for-win#10008 (comment)

Automated Testing Overview:

Related Issue Link(s):

Release/Deployment notes:

In upcoming docker-compose in Docker Desktop, they have
buldkit builds turned on, using native docker build. It makes
a big mess and isn't very useful for our small web/db build.
@rfay rfay merged commit 4094078 into ddev:master Jan 26, 2021
@rfay rfay deleted the 20210125_COMPOSE_DOCKER_CLI_BUILD branch January 26, 2021 21:35
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

Successfully merging this pull request may close these issues.

1 participant