Skip to content

Commit f423145

Browse files
author
zynaa
committed
revert: drop ROOT_CONTAINER addition from Makefile
1 parent 12b50af commit f423145

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ help:
3636

3737

3838
build/%: DOCKER_BUILD_ARGS?=
39-
build/%: ROOT_CONTAINER?=ubuntu:22.04
4039
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)"
4241
@echo -n "Built image size: "
4342
@docker images "$(REGISTRY)/$(OWNER)/$(notdir $@):latest" --format "{{.Size}}"
4443
build-all: $(foreach I, $(ALL_IMAGES), build/$(I)) ## build all stacks

0 commit comments

Comments
 (0)