Terraform + AWS CLI v2 on hardened Debian slim — latest-stable, weekly rebuilds, multi-arch
3.7K
The latest-stable Terraform binary on a hardened debian:bookworm-slim base, bundled
with AWS CLI v2 — a small, ready-to-run image for planning and applying Terraform from CI
or your shell.
The design goal is freshness. The Terraform version is resolved at build time to
the newest stable release (pre-releases rejected) and the image is rebuilt weekly, so
latest always tracks current stable Terraform. Security comes from frequent rebuilds
(fresh tool + base patches) gated by container scanning, not from version pinning.
| Tag | Contents |
|---|---|
latest | Newest stable Terraform + AWS CLI v2 |
MAJOR.MINOR-slim (e.g. 1.15-slim) | Pinned to a Terraform minor line |
The -slim suffix marks the Debian-slim base on version-pinned tags; latest is
unsuffixed. Platforms: linux/amd64, linux/arm64.
docker run --rm -it houstonj1/terraform terraform version
# Run a plan against a project mounted from the host
docker run --rm -it -v "$PWD":/app houstonj1/terraform terraform plan
The image runs as the non-root terraform user with WORKDIR /app; the default command
drops you into bash.
debian:bookworm-slimapt-get upgrade applied at build, --no-install-recommends,
cleaned apt lists, multi-stage build so build tooling never ships.Content type
Image
Digest
sha256:18f3295e1…
Size
202.3 MB
Last updated
4 days ago
docker pull houstonj1/terraform