Skip to content

Commit

Permalink
Activate BuildKit on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
  • Loading branch information
chris-crone committed Oct 25, 2019
1 parent e5b6e29 commit 162131d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ pipeline {

environment {
TAG = "${env.BUILD_TAG}"
GOPROXY="direct"
GOPROXY = "direct"
DOCKER_BUILDKIT = "1"
}

stages {
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile.baguette
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pipeline {
environment {
TAG = tag()
BUILD_TAG = tag()
DOCKER_BUILDKIT = "1"
}

stages {
Expand Down

0 comments on commit 162131d

Please sign in to comment.