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 \
|
&& unzip -q /tmp/awscliv2.zip -d /tmp \
|
||||||
&& /tmp/aws/install \
|
&& /tmp/aws/install \
|
||||||
&& rm -rf /tmp/aws /tmp/awscliv2.zip
|
&& 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}"
|
||||||
|
|||||||
@@ -78,13 +78,13 @@
|
|||||||
|
|
||||||
- import_tasks: containers/debyltech/fulfillr.yml
|
- import_tasks: containers/debyltech/fulfillr.yml
|
||||||
vars:
|
vars:
|
||||||
image: git.debyl.io/debyltech/fulfillr:20260606.1840
|
image: git.debyl.io/debyltech/fulfillr:20260606.2231
|
||||||
tags: debyltech, fulfillr
|
tags: debyltech, fulfillr
|
||||||
|
|
||||||
# Staging back-office (fulfillr-dev.debyltech.com) — same image, staging Turso config.
|
# Staging back-office (fulfillr-dev.debyltech.com) — same image, staging Turso config.
|
||||||
- import_tasks: containers/debyltech/fulfillr-dev.yml
|
- import_tasks: containers/debyltech/fulfillr-dev.yml
|
||||||
vars:
|
vars:
|
||||||
image: git.debyl.io/debyltech/fulfillr:20260606.1840
|
image: git.debyl.io/debyltech/fulfillr:20260606.2231
|
||||||
tags: debyltech, fulfillr-dev
|
tags: debyltech, fulfillr-dev
|
||||||
|
|
||||||
- import_tasks: containers/debyltech/uptime-kuma.yml
|
- import_tasks: containers/debyltech/uptime-kuma.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user