terragrunt-runner (sha256:aa0d60ed5422beffab13996733f4d360d1b5207070f08edb51ea825cdc1d4c84)
Published 2026-06-08 18:11:25 -07:00 by kennysheridan
Installation
docker pull forgejo.kennysheridan.io/kennysheridan/terragrunt-runner@sha256:aa0d60ed5422beffab13996733f4d360d1b5207070f08edb51ea825cdc1d4c84sha256:aa0d60ed5422beffab13996733f4d360d1b5207070f08edb51ea825cdc1d4c84Image layers
| ADD alpine-minirootfs-3.22.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG TOFU_VERSION=1.12.1 |
| ARG TERRAGRUNT_VERSION=1.0.3 |
| ARG TERRAGRUNT_SHA256=e27c202df4383712e55b39e36dedd9439688ac3ac745c1f71521437f831274b1 |
| ARG KUBECTL_VERSION=v1.34.2 |
| RUN |4 TOFU_VERSION=1.12.1 TERRAGRUNT_VERSION=1.0.3 TERRAGRUNT_SHA256=e27c202df4383712e55b39e36dedd9439688ac3ac745c1f71521437f831274b1 KUBECTL_VERSION=v1.34.2 /bin/sh -c apk add --no-cache ca-certificates curl git openssh-client unzip && curl -fsSL -o /tmp/tofu.zip "https://github.com/opentofu/opentofu/releases/download/v${TOFU_VERSION}/tofu_${TOFU_VERSION}_linux_amd64.zip" && unzip /tmp/tofu.zip -d /usr/local/bin tofu && chmod 0755 /usr/local/bin/tofu && rm -f /tmp/tofu.zip && curl -fsSL -o /usr/local/bin/terragrunt "https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64" && echo "${TERRAGRUNT_SHA256} /usr/local/bin/terragrunt" | sha256sum -c - && chmod 0755 /usr/local/bin/terragrunt && curl -fsSL -o /usr/local/bin/kubectl "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && chmod 0755 /usr/local/bin/kubectl # buildkit |
| WORKDIR /workspace |
Details
2026-06-08 18:11:25 -07:00
Versions (2)
View all
Container
1
OCI / Docker
linux/amd64
87 MiB
378311d
2026-06-08
2a0a21e63760
2026-06-08