From: David Lawrence Date: Fri, 12 Jun 2020 19:30:07 +0000 (-0400) Subject: no bug - Some speed up for docker image build for each job X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=548c5bda0bab5538bb25c38b6044f668b6084823;p=thirdparty%2Fbugzilla.git no bug - Some speed up for docker image build for each job --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 75c0c782d..ffc4f75a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,12 +17,16 @@ defaults: image: docker:18.06.0-ce-git build_image: &build_image - run: | - docker build \ - --build-arg CI="$CI" \ - --build-arg CIRCLE_SHA1="$CIRCLE_SHA1" \ - --build-arg CIRCLE_BUILD_URL="$CIRCLE_BUILD_URL" \ - -t bmo . + run: + name: Build Docker BMO image + command: | + docker build \ + --build-arg CI="$CI" \ + --build-arg CIRCLE_SHA1="$CIRCLE_SHA1" \ + --build-arg CIRCLE_BUILD_URL="$CIRCLE_BUILD_URL" \ + -t bmo . + environment: + DOCKER_BUILDKIT: 1 store_log: &store_log store_artifacts: