Skip to content

Commit

Permalink
correct buildkit image
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrdrew committed Nov 7, 2023
1 parent 15652a2 commit 57ca021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ trap cleanup EXIT SIGINT SIGTERM


# Create a new buildx builder with the unique name
docker --config="$DOCKER_CONF" buildx create --name "$BUILDER_NAME" --use --driver docker-container --driver-opt image=moby/buildkit:latest
docker --config="$DOCKER_CONF" buildx create --name "$BUILDER_NAME" --use --driver docker-container --driver-opt image=quay.io/domino/buildkit:v0.12.3

# Initialize the builder
docker --config="$DOCKER_CONF" buildx inspect "$BUILDER_NAME" --bootstrap
Expand Down

0 comments on commit 57ca021

Please sign in to comment.