Skip to content

Commit

Permalink
mkdir target
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jan 13, 2022
1 parent 1057b77 commit f3045ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .buildkite/scripts/steps/docker_context/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ set -euo pipefail
.buildkite/scripts/bootstrap.sh

echo "--- Create Kibana Docker contexts"
mkdir -p target
node scripts/build --skip-initialize --skip-generic-folders --skip-platform-folders --skip-archives

echo "--- Build default context"
DOCKER_BUILD_FOLDER=$(mktemp -d)

ls target
ls target/kibana-[0-9]*-docker-build-context.tar.gz

tar -xf target/kibana-[0-9]*-docker-build-context.tar.gz -C "$DOCKER_BUILD_FOLDER"
cd $DOCKER_BUILD_FOLDER
docker build .

0 comments on commit f3045ea

Please sign in to comment.