Skip to content

Commit 7948a92

Browse files
committed
Delete buildx builder if exists, resolves annoying retry
Signed-off-by: Enrique Lacal <[email protected]>
1 parent a012548 commit 7948a92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker_build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ echo UI_RELEASE=$UI_RELEASE
4444
echo BUILD_VERSION=$BUILD_VERSION
4545
echo GIT_REF=$GIT_REF
4646

47+
# Remove existing firefly builder if it exists
48+
docker buildx rm firefly --keep-state 2>/dev/null || true
49+
50+
# Create new firefly builder
4751
docker buildx create --name firefly --use
4852
docker buildx build \
4953
-t hyperledger/firefly \

0 commit comments

Comments
 (0)