Skip to content

Commit f42c35b

Browse files
ispeakc0deAlvaroGG0
authored andcommitted
fixing the docker buildx progess argument (#473)
Signed-off-by: Shubham Chaudhary <[email protected]> Signed-off-by: Alvaro Gutierrez <[email protected]>
1 parent ea871ee commit f42c35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ build-chaos-operator:
7474
@echo "-------------------------"
7575
@echo "--> Build go-runner image"
7676
@echo "-------------------------"
77-
@docker buildx build --file build/Dockerfile --progress plane --no-cache --platform linux/arm64,linux/amd64 --tag $(DOCKER_REGISTRY)/$(DOCKER_REPO)/$(DOCKER_IMAGE):$(DOCKER_TAG) .
77+
@docker buildx build --file build/Dockerfile --progress plain --no-cache --platform linux/arm64,linux/amd64 --tag $(DOCKER_REGISTRY)/$(DOCKER_REPO)/$(DOCKER_IMAGE):$(DOCKER_TAG) .
7878

7979
.PHONY: push-chaos-operator
8080
push-chaos-operator:
8181
@echo "------------------------------"
8282
@echo "--> Pushing image"
8383
@echo "------------------------------"
84-
@docker buildx build --file build/Dockerfile --progress plane --no-cache --push --platform linux/arm64,linux/amd64 --tag $(DOCKER_REGISTRY)/$(DOCKER_REPO)/$(DOCKER_IMAGE):$(DOCKER_TAG) .
84+
@docker buildx build --file build/Dockerfile --progress plain --no-cache --push --platform linux/arm64,linux/amd64 --tag $(DOCKER_REGISTRY)/$(DOCKER_REPO)/$(DOCKER_IMAGE):$(DOCKER_TAG) .
8585

8686
.PHONY: build-amd64
8787
build-amd64:

0 commit comments

Comments
 (0)