Skip to content

Commit

Permalink
Create a script to update some of the docker images in the prototypes (
Browse files Browse the repository at this point in the history
…kubeflow#1063)

* Add instructions to the releasing guide.
  • Loading branch information
jlewi authored and k8s-ci-robot committed Jun 28, 2018
1 parent a5b41a2 commit 0d38696
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions releasing/update_images.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
#
# A script to automate updating the images to use in the ksonnet
# components
set -ex
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ROOT_DIR="$( cd ${DIR}/.. && pwd )"

# Update the TFJob operator image
python scripts/update_prototype.py \
--file=${ROOT_DIR}/kubeflow/core/prototypes/all.jsonnet \
--values=tfJobImage=gcr.io/kubeflow-images-public/tf_operator:v0.2.0

0 comments on commit 0d38696

Please sign in to comment.