From 8d393ba17f395d5a80d1251bdbb11cf2c74e35c7 Mon Sep 17 00:00:00 2001 From: Gernot Schulz Date: Thu, 25 Feb 2021 14:32:32 +0100 Subject: [PATCH] Docker: Remove proxy as a default build target The proxy image is not going to be subject to regular change and is instead more similar to services such as the database. Therefore, it does not need to be a default build target of build.sh. --- docker/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build.sh b/docker/build.sh index fcea480e6..b408806fb 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -19,7 +19,7 @@ DOCKER_TAG="latest" CONFIG="/etc/osinstancectl" OPTIONS=() BUILT_IMAGES=() -DEFAULT_TARGETS=(server client proxy autoupdate) +DEFAULT_TARGETS=(server client autoupdate) usage() { cat << EOF