Skip to content

Commit

Permalink
Add ROOT_CONTAINER param to Makerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Feb 12, 2024
1 parent 949af9b commit 8da0523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ help:


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

0 comments on commit 8da0523

Please sign in to comment.