File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ passenv =
143
143
docker: EXTRA_DOCKER_BUILD_ARGS
144
144
docker: EXTRA_DOCKER_TAGS
145
145
docker: DOCKER_TAG
146
- # Use DOCKER_BUILDKIT=1 for new version - for which unfortunately we cannot save failed builds as an image
146
+ # Use DOCKER_BUILDKIT=0 for legacy builder
147
147
docker: DOCKER_BUILDKIT
148
148
docker: BUILDKIT_INLINE_CACHE
149
149
# Set for example to "with-system-packages configured with-targets-pre with-targets"
@@ -756,7 +756,7 @@ commands =
756
756
docker: BUILD_IMAGE=$DOCKER_PUSH_REPOSITORY$BUILD_IMAGE_STEM-$docker_target; \
757
757
docker: BUILD_TAG={env:DOCKER_TAG:$(git describe --dirty --always)}; \
758
758
docker: TAG_ARGS=$(for tag in $BUILD_TAG {env:EXTRA_DOCKER_TAGS:}; do echo --tag $BUILD_IMAGE:$tag; done); \
759
- docker: DOCKER_BUILDKIT={env:DOCKER_BUILDKIT:0 }; \
759
+ docker: DOCKER_BUILDKIT={env:DOCKER_BUILDKIT:1 }; \
760
760
docker: docker build . -f {envdir}/Dockerfile \
761
761
docker: --target $docker_target \
762
762
docker: $TAG_ARGS \
You can’t perform that action at this time.
0 commit comments