This is an automated email from the ASF dual-hosted git repository.
bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new ce8e30f Switch images from JDK8 to OpenJDK8
ce8e30f is described below
commit ce8e30fa29462a6705fa2dd1232e8bf440878766
Author: Blake Bender <[email protected]>
AuthorDate: Wed Apr 17 15:07:01 2019 -0700
Switch images from JDK8 to OpenJDK8
---
packer/test-windows-2012-r2.json | 2 +-
packer/test-windows-2012.json | 2 +-
packer/windows/install-dependencies.ps1 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/packer/test-windows-2012-r2.json b/packer/test-windows-2012-r2.json
index bfd284b..953719d 100644
--- a/packer/test-windows-2012-r2.json
+++ b/packer/test-windows-2012-r2.json
@@ -37,7 +37,7 @@
"pause_before":"30s",
"type":"powershell",
"inline":[
- "choco install jdk8 -confirm",
+ "choco install adoptopenjdk8 -confirm",
"choco install cmake.portable -confirm"
]
},
diff --git a/packer/test-windows-2012.json b/packer/test-windows-2012.json
index bfd284b..953719d 100644
--- a/packer/test-windows-2012.json
+++ b/packer/test-windows-2012.json
@@ -37,7 +37,7 @@
"pause_before":"30s",
"type":"powershell",
"inline":[
- "choco install jdk8 -confirm",
+ "choco install adoptopenjdk8 -confirm",
"choco install cmake.portable -confirm"
]
},
diff --git a/packer/windows/install-dependencies.ps1
b/packer/windows/install-dependencies.ps1
index 95e3f9e..f2d73db 100644
--- a/packer/windows/install-dependencies.ps1
+++ b/packer/windows/install-dependencies.ps1
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-choco install jdk8 -confirm
+choco install adoptopenjdk8 -confirm
choco install cmake.portable -confirm
choco install git.install -confirm
choco install activeperl -confirm