Refactor build of docker images

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-01 21:22:32 -04:00
parent 8e2eebb197
commit ea8e711d2c
21 changed files with 89 additions and 183 deletions

View file

@ -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