Block a user
terraform-image (latest)
Published 2025-12-01 00:14:38 +00:00 by tintindohoang
Installation
docker pull repo.tintindo.xyz/tintindohoang/terraform-image:latestsha256:7e7e3e6b2c54362b65e7217e5f85141a0921317e2689a212a1b3f0236ec1fd1d
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 9f5b578574 | linux/amd64 | 122 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bullseye' '@1763337600' |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c mkdir -p /root/.ssh && chmod 700 /root/.ssh # buildkit |
| COPY ./ssh-key/* /root/.ssh/* # buildkit |
| RUN /bin/sh -c chmod 600 /root/.ssh/* # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y curl unzip nodejs git wget ca-certificates --no-install-recommends && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c echo "Installing tfswitch" && curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/master/install.sh | bash && tfswitch 1.12.2 && terraform -version # buildkit |
| CMD ["/bin/bash"] |