We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a012548 commit 7948a92Copy full SHA for 7948a92
docker_build.sh
@@ -44,6 +44,10 @@ echo UI_RELEASE=$UI_RELEASE
44
echo BUILD_VERSION=$BUILD_VERSION
45
echo GIT_REF=$GIT_REF
46
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
51
docker buildx create --name firefly --use
52
docker buildx build \
53
-t hyperledger/firefly \
0 commit comments