OpenTofu + AWS CLI v2 on hardened Debian slim — latest-stable, weekly rebuilds, multi-arch
3.6K
The latest-stable OpenTofu binary on a hardened debian:bookworm-slim base, bundled with
AWS CLI v2 — a small, ready-to-run image for planning and applying OpenTofu from CI or
your shell. Same base and contents as houstonj1/terraform, but ships the tofu binary.
The design goal is freshness. The OpenTofu 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 OpenTofu. Security comes from frequent rebuilds
(fresh tool + base patches) gated by container scanning, not from version pinning.
| Tag | Contents |
|---|---|
latest | Newest stable OpenTofu + AWS CLI v2 |
MAJOR.MINOR-slim (e.g. 1.12-slim) | Pinned to an OpenTofu 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/opentofu tofu version
# Run a plan against a project mounted from the host
docker run --rm -it -v "$PWD":/app houstonj1/opentofu tofu plan
The image runs as the non-root opentofu user with WORKDIR /app; the default command
drops you into bash.
debian:bookworm-slimtofu, latest stable, checksum-verified download)apt-get upgrade applied at build, --no-install-recommends,
cleaned apt lists, multi-stage build so build tooling never ships.Content type
Image
Digest
sha256:ee8f79d6b…
Size
201.2 MB
Last updated
1 day ago
docker pull houstonj1/opentofu