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

Commit b8e5ce5

Browse files
Ulysses Souzachris-crone
authored andcommitted
Remove BUILDKIT=true from Jenkinsfile
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
1 parent 80357fa commit b8e5ce5

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@ RUN go get -d gopkg.in/mjibson/esc.v0 && \
2626
rm -rf /go/src/* /go/pkg/* /go/bin/*
2727
COPY . .
2828

29-
# FIXME(vdemeester) change from docker-app to dev once buildkit is merged in moby/docker
3029
FROM dev AS cross
3130
ARG EXPERIMENTAL="off"
3231
ARG TAG="unknown"
3332
RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
3433

35-
# FIXME(vdemeester) change from docker-app to dev once buildkit is merged in moby/docker
3634
FROM cross AS e2e-cross
3735
ARG EXPERIMENTAL="off"
3836
ARG TAG="unknown"

Jenkinsfile.baguette

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ pipeline {
88
options {
99
skipDefaultCheckout(true)
1010
}
11-
environment{
12-
DOCKER_BUILDKIT=true
13-
}
1411

1512
stages {
1613
stage('Build') {

0 commit comments

Comments
 (0)