Skip to content

Commit

Permalink
--append behaviour has changed in newer versions of buildx/docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks committed Aug 4, 2024
1 parent 945ee67 commit bbf6c22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ start: certs/cert.pem certs/privkey.pem certs/rootCA.pem | docker-buildx docker-
@if ! docker buildx inspect --bootstrap $(BUILDER_NAME) &>/dev/null; \
then \
docker buildx create \
--append \
--bootstrap \
--config buildkitd.toml \
--driver-opt "image=moby/buildkit:${BUILDKIT_TAG},network=${NETWORK_NAME}" \
Expand Down

0 comments on commit bbf6c22

Please sign in to comment.