File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 36
36
37
37
38
38
build/% : DOCKER_BUILD_ARGS?=
39
- build/% : ROOT_CONTAINER?=ubuntu:22.04
40
39
build/% : # # build the latest image for a stack using the system's architecture
41
- docker build $(DOCKER_BUILD_ARGS ) --rm --force-rm --tag " $( REGISTRY) /$( OWNER) /$( notdir $@ ) :latest" " ./images/$( notdir $@ ) " --build-arg REGISTRY=" $( REGISTRY) " --build-arg OWNER=" $( OWNER) " --build-arg ROOT_CONTAINER= " $( ROOT_CONTAINER ) "
40
+ docker build $(DOCKER_BUILD_ARGS ) --rm --force-rm --tag " $( REGISTRY) /$( OWNER) /$( notdir $@ ) :latest" " ./images/$( notdir $@ ) " --build-arg REGISTRY=" $( REGISTRY) " --build-arg OWNER=" $( OWNER) "
42
41
@echo -n " Built image size: "
43
42
@docker images " $( REGISTRY) /$( OWNER) /$( notdir $@ ) :latest" --format " {{.Size}}"
44
43
build-all : $(foreach I, $(ALL_IMAGES ) , build/$(I ) ) # # build all stacks
You can’t perform that action at this time.
0 commit comments