Skip to content

Commit

Permalink
Merge pull request #1212 from romainx/feat-buildkit
Browse files Browse the repository at this point in the history
Enable Docker BuildKit
  • Loading branch information
romainx authored Jan 16, 2021
2 parents 703d8b2 + 9273362 commit d979fa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
run: make -C main pre-commit-all
- name: Build Docker Images
run: make -C main build-test-all
env:
# Full logs for CI build
BUILDKIT_PROGRESS: plain
- name: Run Post-Build Hooks
run: make -C main hook-all
env:
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ ALL_IMAGES:=$(ALL_STACKS)
HADOLINT="${HOME}/hadolint"
HADOLINT_VERSION="v1.19.0"

# Enable BuildKit for Docker build
export DOCKER_BUILDKIT:=1

help:
# http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
@echo "jupyter/docker-stacks"
Expand Down

0 comments on commit d979fa1

Please sign in to comment.