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"
|
CONFIG="/etc/osinstancectl"
|
||||||
OPTIONS=()
|
OPTIONS=()
|
||||||
BUILT_IMAGES=()
|
BUILT_IMAGES=()
|
||||||
DEFAULT_TARGETS=(server client proxy autoupdate)
|
DEFAULT_TARGETS=(server client autoupdate)
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user