Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1247 from s-urbaniak/tf-flakes
Browse files Browse the repository at this point in the history
Jenkins: CI test using a flake-resistent Terraform build
  • Loading branch information
mxinden authored Jul 7, 2017
2 parents af83840 + 64e5b59 commit 0a26934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def quay_creds = [
)
]

def builder_image = 'quay.io/coreos/tectonic-builder:v1.22'
def builder_image = 'quay.io/coreos/tectonic-builder:v1.25'

pipeline {
agent none
Expand Down
4 changes: 2 additions & 2 deletions images/tectonic-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN go get github.com/coreos/license-bill-of-materials

### Install Shellcheck, Terraform, NodeJS and Yarn
ENV SHELLCHECK_VERSION="v0.4.6"
ENV TERRAFORM_VERSION="0.9.6"
ENV TERRAFORM_VERSION="v0.9.11-coreos.2"
ENV NODE_VERSION="v8.1.2"
ENV YARN_VERSION="v0.24.6"
# yarn needs a home writable by any user running the container
Expand All @@ -35,7 +35,7 @@ RUN apt-get update && \
openvpn xvfb xauth

# Install Terraform
RUN curl https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip | funzip > /usr/local/bin/terraform && chmod +x /usr/local/bin/terraform
RUN curl -L https://github.com/coreos/terraform/releases/download/${TERRAFORM_VERSION}/linux_amd64.zip | funzip > /usr/local/bin/terraform && chmod +x /usr/local/bin/terraform

# Install NodeJS
RUN cd /tmp && \
Expand Down

0 comments on commit 0a26934

Please sign in to comment.