We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949af9b commit 8da0523Copy full SHA for 8da0523
Makefile
@@ -36,6 +36,7 @@ help:
36
37
38
build/%: DOCKER_BUILD_ARGS?=
39
+build/%: ROOT_CONTAINER?=ubuntu:22.04
40
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)"
42
@echo -n "Built image size: "
0 commit comments