Skip to content

Commit bbf6c22

Browse files
committed
--append behaviour has changed in newer versions of buildx/docker.
1 parent 945ee67 commit bbf6c22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ start: certs/cert.pem certs/privkey.pem certs/rootCA.pem | docker-buildx docker-
125125
@if ! docker buildx inspect --bootstrap $(BUILDER_NAME) &>/dev/null; \
126126
then \
127127
docker buildx create \
128-
--append \
129128
--bootstrap \
130129
--config buildkitd.toml \
131130
--driver-opt "image=moby/buildkit:${BUILDKIT_TAG},network=${NETWORK_NAME}" \

0 commit comments

Comments
 (0)