Skip to content

Commit

Permalink
Moved the base image to ml-pipeline-test bucket.
Browse files Browse the repository at this point in the history
The ml-pipeline-staging bucker is inaccessible by the image-builder container.
  • Loading branch information
Ark-kun committed Dec 1, 2018
1 parent 199540d commit 0794834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/frontend-integration-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/ml-pipeline-staging/selenium-standalone-chrome-nodejs:v20181109-0.1.1-56-gb190e72-dirty-28e8ac
FROM gcr.io/ml-pipeline-test/selenium-standalone-chrome-nodejs:v20181109-0.1.1-56-gb190e72-dirty-28e8ac
#To build this image: cd selenium-standalone-chrome-nodejs.Docker && make push

WORKDIR /src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

IMG = gcr.io/ml-pipeline-staging/selenium-standalone-chrome-nodejs
IMG = gcr.io/ml-pipeline-test/selenium-standalone-chrome-nodejs

# Unique tag including date, commit SHA and a random number
TAG := $(shell date +v%Y%m%d)-$(shell git describe --tags --always --dirty)-$(shell git diff | shasum -a256 | cut -c -6)
Expand Down

0 comments on commit 0794834

Please sign in to comment.