From 8da0523b50e6d55e1cdcd08dd7b043c8eda50699 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 12 Feb 2024 13:00:22 +0400 Subject: [PATCH] Add ROOT_CONTAINER param to Makerfile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7965b641b..63c8eb446 100644 --- a/Makefile +++ b/Makefile @@ -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: "