Skip to content

Commit 049e19d

Browse files
leleuerivroyer
authored andcommitted
Use the launcher.gcr.io/debian9 as base image to avoid multiple image for the same App
1 parent 06ac5c0 commit 049e19d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ci/docker.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,14 @@ under_travis() {
8484
# gcloud_auth || return 1
8585
# DOCKER_REGISTRY=gcr.io/ REPO_NAME=${GCLOUD_REPO_NAME:-strapdata-factory/elassandra} BASE_IMAGE=launcher.gcr.io/google/debian9:latest build_with_retry
8686

87+
######
88+
# This step isn't used anymore because launcher.gcr.io/google/debian9 is the default base_image now
89+
######
8790
# If tag = v6.2.3.x, construct the intermediate image for gke
88-
if [[ ${TRAVIS_TAG} == v6.2.3.+([0-9]) ]]; then
89-
# build a docker image based on google debian 9, used later as a base image in the elassandra gke marketplace
90-
REPO_NAME=${REPO_NAME}-debian-gcr BASE_IMAGE=launcher.gcr.io/google/debian9:latest build_with_retry
91-
fi
91+
#if [[ ${TRAVIS_TAG} == v6.2.3.+([0-9]) ]]; then
92+
# # build a docker image based on google debian 9, used later as a base image in the elassandra gke marketplace
93+
# REPO_NAME=${REPO_NAME}-debian-gcr BASE_IMAGE=launcher.gcr.io/google/debian9:latest build_with_retry
94+
#fi
9295
fi
9396
}
9497

0 commit comments

Comments
 (0)