Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions images/tectonic-installer/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
FROM openshift/origin-release:golang-1.9 as build
WORKDIR /go/src/github.com/coreos/tectonic-installer
COPY . .
### Install Terraform
ENV TERRAFORM_VERSION="0.11.1"
# Install Terraform
# TERRAFORM_URL enables us to build the upstream-terraform Tectonic builder
# image (See README.md/##Upstream-and-CoreOS-Terraform)
ENV TERRAFORM_VERSION="0.11.1"
ARG TERRAFORM_URL=https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip

RUN go build -o ./installer/tectonic ./installer/cmd/tectonic && \
Expand Down