Refactor build of docker images
This commit is contained in:
parent
8e2eebb197
commit
ea8e711d2c
21 changed files with 89 additions and 183 deletions
|
|
@ -37,10 +37,7 @@ PKG=k8s.io/ingress-nginx/images/fastcgi-helloserver
|
|||
|
||||
.PHONY: image
|
||||
image: build
|
||||
docker buildx build \
|
||||
--load \
|
||||
--progress plain \
|
||||
--platform $(ARCH) \
|
||||
docker build \
|
||||
-t $(IMAGE):$(TAG) rootfs
|
||||
|
||||
.PHONY: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue