From 1f9909d14870678a973889cf8ab6d1850e2147a6 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 10 Jul 2026 00:36:06 +0200 Subject: [PATCH] Develop: Make "docker-build" only pull the most important images Signed-off-by: Michael Mayer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7681e7c85..ea696d52b 100644 --- a/Makefile +++ b/Makefile @@ -611,7 +611,7 @@ docker-pull: $(DOCKER_COMPOSE) -f compose.latest.yaml pull --ignore-pull-failures build-docker: docker-build docker-build: - $(DOCKER_COMPOSE) --profile=all pull --ignore-pull-failures + $(DOCKER_COMPOSE) --profile=postgres --profile=keycloak pull --ignore-pull-failures $(DOCKER_COMPOSE) down --remove-orphans $(DOCKER_COMPOSE) build --pull nvidia: nvidia-up