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:57 UTC

[geode] 18/21: Keep newest packer but install specific version as well. (#3611)

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 6ad1635ed7315ba9ff630be9f0c5b08067764be5
Author: Sean Goller <sg...@pivotal.io>
AuthorDate: Tue May 21 10:32:04 2019 -0700

    Keep newest packer but install specific version as well. (#3611)
    
    Authored-by: Sean Goller <sg...@pivotal.io>
    (cherry picked from commit bb8bf53953bce591427c578bf61335630d4490fc)
---
 ci/images/alpine-tools/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/images/alpine-tools/Dockerfile b/ci/images/alpine-tools/Dockerfile
index 7d86443..bc08fc2 100644
--- a/ci/images/alpine-tools/Dockerfile
+++ b/ci/images/alpine-tools/Dockerfile
@@ -17,6 +17,7 @@ FROM openjdk:8-jdk-alpine
 
 COPY --from=google/cloud-sdk:alpine /google-cloud-sdk /google-cloud-sdk
 COPY --from=hashicorp/packer:latest /bin/packer /usr/local/bin/packer
+COPY --from=hashicorp/packer:1.3.5 /bin/packer /usr/local/bin/packer135
 ENV PATH /google-cloud-sdk/bin:$PATH
 RUN apk --no-cache add \
       bash \