Skip to content

Commit

Permalink
Merge pull request #17722 from MHBauer/cos-image-family
Browse files Browse the repository at this point in the history
use image_family instead of static image reference
  • Loading branch information
k8s-ci-robot authored Aug 18, 2020
2 parents 4e36119 + e5334cc commit b5fdd37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jobs/e2e_node/image-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# `gcloud compute --project <to-project> images create <image-name> --source-disk=<image-name>`
images:
ubuntu:
image: ubuntu-gke-1804-1-16-v20200330 # docker 17.03
image: ubuntu-gke-1804-1-16-v20200330
project: ubuntu-os-gke-cloud
cos-stable1:
image: cos-81-12871-119-0 # docker v19.03.6
image_family: cos-81-lts
project: cos-cloud
metadata: "user-data<test/e2e_node/jenkins/cos-init-live-restore.yaml,gci-update-strategy=update_disabled"
cos-stable2:
image: cos-77-12371-274-0 # docker v19.03.1, deprecated after 2020-12-17
image_family: cos-77-lts
project: cos-cloud
metadata: "user-data<test/e2e_node/jenkins/cos-init-live-restore.yaml,gci-update-strategy=update_disabled"

0 comments on commit b5fdd37

Please sign in to comment.