Skip to content

Commit

Permalink
Set default DOCKER_PREFIX to quay.io (kubevirt#1657)
Browse files Browse the repository at this point in the history
Default was not set, and its dockerhub. This sets the default to quay.io

Signed-off-by: Alexander Wels <[email protected]>
  • Loading branch information
awels authored Feb 16, 2021
1 parent 8d1721d commit 88bc608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/build/bazel-build-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -e
script_dir="$(cd "$(dirname "$0")" && pwd -P)"
source "${script_dir}"/common.sh
source "${script_dir}"/config.sh

echo "$DOCKER_PREFIX:$DOCKER_TAG"
BUILDER_SPEC="${BUILD_DIR}/docker/builder"

# When building and pushing a new image we do not provide the sha hash
Expand Down
2 changes: 1 addition & 1 deletion hack/build/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ UPLOADPROXY_MAIN="cmd/${UPLOADPROXY}"
UPLOADSERVER_MAIN="cmd/${UPLOADSERVER}"

DOCKER_IMAGES="cmd/${OPERATOR} cmd/${CONTROLLER} cmd/${IMPORTER} cmd/${CLONER} cmd/${APISERVER} cmd/${UPLOADPROXY} cmd/${UPLOADSERVER} cmd/${OPERATOR} tools/${FUNC_TEST_INIT} tools/${FUNC_TEST_HTTP} tools/${FUNC_TEST_REGISTRY} tools/${FUNC_TEST_REGISTRY_POPULATE} tools/${FUNC_TEST_REGISTRY_INIT} tools/${FUNC_TEST_BAD_WEBSERVER} tools/${FUNC_TEST_PROXY}"
DOCKER_PREFIX=${DOCKER_PREFIX:-kubevirt}
DOCKER_PREFIX=${DOCKER_PREFIX:-"quay.io/kubevirt"}
CONTROLLER_IMAGE_NAME=${CONTROLLER_IMAGE_NAME:-cdi-controller}
IMPORTER_IMAGE_NAME=${IMPORTER_IMAGE_NAME:-cdi-importer}
CLONER_IMAGE_NAME=${CLONER_IMAGE_NAME:-cdi-cloner}
Expand Down

0 comments on commit 88bc608

Please sign in to comment.