Merge pull request #5922 from gsiv/dev/build-proxy-default

Docker: Remove proxy as a default build target
This commit is contained in:
Emanuel Schütze 2021-03-01 13:26:36 +01:00 committed by GitHub
commit 2d4ece84a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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