From 57ca0215679f34e0a918536438f51b3b57ea0874 Mon Sep 17 00:00:00 2001 From: Adam Drew Date: Tue, 7 Nov 2023 10:36:06 -0500 Subject: [PATCH] correct buildkit image --- build_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_deploy.sh b/build_deploy.sh index 16929c45..b658f1b6 100755 --- a/build_deploy.sh +++ b/build_deploy.sh @@ -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