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 Version Upgrade #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Docker Version Upgrade #32

wants to merge 2 commits into from

Conversation

echeng-BC
Copy link

Updating docker version to utilize Docker Buildkit.
It's now the default builder for docker versions v23 and up.

Version 24.0.2 is the latest version found at https://download.docker.com/linux/static/stable/x86_64/ as of this PR creation.

Docker v20.10 introduced the first stable version of Builtkit.
Buildkit is the default builder starting in v23.0.

To enable Buildkit on previous versions, the environment variable of `DOCKER_BUILDKIT=1` needs to be set.
Upgrading to newer docker version that includes build kit by default instead of trying to enable it on older version.
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