fulfillr prod: bump to 20260606.2231 (immutable notes + go-store v0.2.1)
This commit is contained in:
@@ -22,3 +22,13 @@ RUN curl -fsSL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o /tm
|
||||
&& unzip -q /tmp/awscliv2.zip -d /tmp \
|
||||
&& /tmp/aws/install \
|
||||
&& rm -rf /tmp/aws /tmp/awscliv2.zip
|
||||
|
||||
# Terraform via tfenv — workflows can pin a version with a .terraform-version
|
||||
# file (or TFENV_TERRAFORM_VERSION); the image ships "latest" as the default.
|
||||
ENV TFENV_ROOT=/opt/tfenv
|
||||
ARG TFENV_TERRAFORM_VERSION=latest
|
||||
RUN git clone --depth=1 https://github.com/tfutils/tfenv.git "${TFENV_ROOT}" \
|
||||
&& ln -s "${TFENV_ROOT}/bin/tfenv" /usr/local/bin/tfenv \
|
||||
&& ln -s "${TFENV_ROOT}/bin/terraform" /usr/local/bin/terraform \
|
||||
&& tfenv install "${TFENV_TERRAFORM_VERSION}" \
|
||||
&& tfenv use "${TFENV_TERRAFORM_VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user