Skip to content

Commit

Permalink
Merge pull request #1193 from mrueg/experimental-docker-cli
Browse files Browse the repository at this point in the history
Makefile: Enable experimental Docker CLI
  • Loading branch information
k8s-ci-robot authored Jul 31, 2020
2 parents a3762c8 + be2ba71 commit 1d53e85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ HAS_GOLANGCI := $(shell command -v golangci-lint)
IMAGE = $(REGISTRY)/kube-state-metrics
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)

export DOCKER_CLI_EXPERIMENTAL=enabled

validate-modules:
@echo "- Verifying that the dependencies have expected content..."
go mod verify
Expand Down

0 comments on commit 1d53e85

Please sign in to comment.