You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/08/20 22:20:51 UTC

[geode] 12/21: Update windows source image family. (#3602)

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch release/1.9.1
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 4e9171f20a1fc1fa8920f1bc672d9066a71e7e8e
Author: Sean Goller <sg...@pivotal.io>
AuthorDate: Fri May 17 11:52:17 2019 -0700

    Update windows source image family. (#3602)
    
    Authored-by: Sean Goller <sg...@pivotal.io>
    (cherry picked from commit df9a3c0149f792569df6a7853d53740b406a286e)
---
 ci/images/google-windows-geode-builder/windows-packer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/images/google-windows-geode-builder/windows-packer.json b/ci/images/google-windows-geode-builder/windows-packer.json
index 6bee8d6..bb75405 100644
--- a/ci/images/google-windows-geode-builder/windows-packer.json
+++ b/ci/images/google-windows-geode-builder/windows-packer.json
@@ -17,7 +17,7 @@
       "project_id": "{{user `gcp_project`}}",
       "network": "{{user `gcp_network`}}",
       "subnetwork": "{{user `gcp_subnetwork`}}",
-      "source_image_family": "windows-1709-core-for-containers",
+      "source_image_family": "windows-1809-core-for-containers",
       "disk_size": "100",
       "machine_type": "n1-standard-1",
       "communicator": "winrm",