File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ git clone --reference ~/.git-references/built-docs.git --dissociate \
2323GIT_DIR=air_gapped/work/target_repo.git git fetch
2424
2525# Build the images
26- DOCKER_BUILDKIT=1 docker build -t " $AIR_GAPPED " -f air_gapped/Dockerfile .
26+ source preview/build.sh
27+ DOCKER_BUILDKIT=1 docker build -t $AIR_GAPPED -f air_gapped/Dockerfile .
Original file line number Diff line number Diff line change 33# Build the docker image for the air gapped docs.
44
55set -eo pipefail
6-
7- export AIR_GAPPED=docker.elastic.co/docs-private/bk_air_gapped:latest
8-
96cd $( git rev-parse --show-toplevel)
107
118if [[ ! -d /opt/git-mirrors/built-docs.git ]]; then
@@ -22,4 +19,5 @@ git clone --reference /opt/git-mirrors/built-docs.git --dissociate \
2219GIT_DIR=air_gapped/work/target_repo.git git fetch
2320
2421# Build the images
22+ source preview/build.sh
2523DOCKER_BUILDKIT=1 docker build -t " $AIR_GAPPED " -f air_gapped/Dockerfile .
You can’t perform that action at this time.
0 commit comments