Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 0d08d65

Browse files
authored
Merge pull request #714 from chris-crone/buildkit-ci
Activate BuildKit on CI
2 parents 0ffdc18 + 162131d commit 0d08d65

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ pipeline {
99

1010
environment {
1111
TAG = "${env.BUILD_TAG}"
12-
GOPROXY="direct"
12+
GOPROXY = "direct"
13+
DOCKER_BUILDKIT = "1"
1314
}
1415

1516
stages {

Jenkinsfile.baguette

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pipeline {
1212
environment {
1313
TAG = tag()
1414
BUILD_TAG = tag()
15+
DOCKER_BUILDKIT = "1"
1516
}
1617

1718
stages {

0 commit comments

Comments
 (0)