diff --git a/images/ubuntu-slim/Makefile b/images/ubuntu-slim/Makefile index 22d0d5812a..5829588f82 100755 --- a/images/ubuntu-slim/Makefile +++ b/images/ubuntu-slim/Makefile @@ -51,11 +51,11 @@ endif TEMP_DIR := $(shell mktemp -d) +all: all-container + image-info: echo -n '{"image":"$(IMAGE)","tag":"$(TAG)"}' -all: all-container - sub-container-%: $(MAKE) ARCH=$* container