Skip to content

Commit 8da0523

Browse files
committed
Add ROOT_CONTAINER param to Makerfile
1 parent 949af9b commit 8da0523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ help:
3636

3737

3838
build/%: DOCKER_BUILD_ARGS?=
39+
build/%: ROOT_CONTAINER?=ubuntu:22.04
3940
build/%: ## build the latest image for a stack using the system's architecture
4041
docker build $(DOCKER_BUILD_ARGS) --rm --force-rm --tag "$(REGISTRY)/$(OWNER)/$(notdir $@):latest" "./images/$(notdir $@)" --build-arg REGISTRY="$(REGISTRY)" --build-arg OWNER="$(OWNER)"
4142
@echo -n "Built image size: "

0 commit comments

Comments
 (0)