Skip to content

Commit

Permalink
Merge pull request #311 from nitkon/master
Browse files Browse the repository at this point in the history
Add push-manifest into all target in the image-user Makefile
  • Loading branch information
feiskyer committed May 22, 2018
2 parents 89ce734 + 9e2bb59 commit e24104e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/image-user/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
include ../../hack/make-rules/Makefile.manifest
include ../../hack/make-rules/BASEIMAGES

.PHONY: all test-image-user-uid test-image-user-username test-image-user-uid-group test-image-user-username-group
.PHONY: all test-image-user-uid test-image-user-username test-image-user-uid-group test-image-user-username-group push-manifest

REGISTRY = gcr.io/cri-tools
ALL_ARCH = amd64 arm arm64 ppc64le s390x
TAG = latest
IMAGES_LIST = test-image-user-uid test-image-user-username test-image-user-uid-group test-image-user-username-group

all: test-image-user-uid test-image-user-username test-image-user-uid-group test-image-user-username-group
all: test-image-user-uid test-image-user-username test-image-user-uid-group test-image-user-username-group push-manifest

test-image-user-uid:
$(foreach arch,$(ALL_ARCH),docker build . -t $(REGISTRY)/$@-$(arch) --build-arg ARCH=$($(arch)) --build-arg USER=1002;)
Expand Down

0 comments on commit e24104e

Please sign in to comment.