Merge pull request #5922 from gsiv/dev/build-proxy-default
Docker: Remove proxy as a default build target
This commit is contained in:
commit
2d4ece84a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user