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

Allow overriding DOCKER_BUILDKIT env var #140

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Allow overriding DOCKER_BUILDKIT env var #140

merged 2 commits into from
Oct 19, 2023

Conversation

whoan
Copy link
Owner

@whoan whoan commented Oct 19, 2023

Close #139

Tesst in whoan/hello-world#15

As you can see there, after subsequent builds:

  • The one with DOCKER_BUILDKIT enabled, does NOT use the cache the intermediate stages.
  • The one without DOCKER_BUILDKIT enabled, does use the cache in all stages.

For the moments, those will be the options, until I can find a way to always use DOCKER_BUILDKIT and still use the cache in all stages. See #138 for more details.

@whoan whoan merged commit a15bd94 into master Oct 19, 2023
4 checks passed
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.

Workaround DOCKER_BUILDKIT issue where builds are broken when it's disabled
1 participant