Update buildx progress configuration
This commit is contained in:
parent
5f03b07245
commit
7598078104
7 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,7 @@ fi
|
|||
# build local terraform image to build nginx
|
||||
docker buildx build \
|
||||
--load \
|
||||
--progress plain \
|
||||
--platform linux/amd64 \
|
||||
--tag build-ingress-controller-terraform $DIR/images/ingress-controller
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@ fi
|
|||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
docker buildx build \
|
||||
--load \
|
||||
--progress plain \
|
||||
--platform linux/amd64 \
|
||||
--tag build-nginx-terraform $DIR/images/nginx
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ IMAGE = $(REGISTRY)/cfssl
|
|||
image:
|
||||
docker buildx build \
|
||||
--load \
|
||||
--progress plain \
|
||||
--platform $(ARCH) \
|
||||
-t $(IMAGE):$(TAG) rootfs
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ image:
|
|||
docker buildx build \
|
||||
--pull \
|
||||
--push \
|
||||
--progress plain \
|
||||
--platform amd64 \
|
||||
--build-arg K8S_RELEASE=v1.17.0 \
|
||||
--build-arg ETCD_VERSION=v3.3.18 \
|
||||
|
|
|
@ -36,6 +36,7 @@ IMAGE = $(REGISTRY)/echo
|
|||
image:
|
||||
docker buildx build \
|
||||
--load \
|
||||
--progress plain \
|
||||
--platform $(ARCH) \
|
||||
-t $(IMAGE):$(TAG) .
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@ PKG=k8s.io/ingress-nginx/images/fastcgi-helloserver
|
|||
image: build
|
||||
docker buildx build \
|
||||
--load \
|
||||
--progress plain \
|
||||
--platform $(ARCH) \
|
||||
-t $(IMAGE):$(TAG) rootfs
|
||||
|
||||
|
|
|
@ -37,5 +37,6 @@ IMAGE = $(REGISTRY)/httpbin
|
|||
image:
|
||||
docker buildx build \
|
||||
--load \
|
||||
--progress plain \
|
||||
--platform $(ARCH) \
|
||||
-t $(IMAGE):$(TAG) rootfs
|
||||
|
|
Loading…
Reference in a new issue