Skip to content

Commit

Permalink
bump moby/buildkit to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Dec 4, 2020
1 parent a9fbd7f commit 09ea8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/Makefile.container.mk
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ container-push: container-push-kiali-quay
.ensure-buildx-builder: .ensure-docker-buildx
@if ! docker buildx inspect kiali-builder > /dev/null 2>&1; then \
echo "The buildx builder instance named 'kiali-builder' does not exist. Creating one now."; \
if ! docker buildx create --name=kiali-builder --driver-opt=image=moby/buildkit:v0.8.0-rc2; then \
if ! docker buildx create --name=kiali-builder --driver-opt=image=moby/buildkit:v0.8.0; then \
echo "Failed to create the buildx builder 'kiali-builder'"; \
exit 1; \
fi \
Expand Down

0 comments on commit 09ea8e9

Please sign in to comment.