terraform
A secure, lightweight, and production-ready Wolfi-based for modern Terraform and DevOps workflows.
9.5K
nnthanh101/terraformThe nnthanh101/terraform:latest Docker image is a secure, lightweight, and production-ready environment tailored for modern CloudOps and DevOps workflows. Built on Chainguard's Wolfi Linux, this image incorporates best practices for multi-cloud, Infrastructure-as-Code (IaC), and Kubernetes ecosystem management.
Designed to meet the demands of multi-cloud environments and enterprise-grade automation, it includes tools for provisioning, configuration management, orchestration, and secrets management. The devops tag extends its functionality with Kubernetes tooling, making it ideal for hybrid-cloud operations.
| Tag | Description |
|---|---|
latest | Core DevOps tools (e.g., Terraform, Git, AWS CLI, Azure CLI, and linters like TFLint/Tfsec). |
devops | Includes latest + Kubernetes ecosystem tools (kubectl, helm, kustomize, k9s) and Go. |
| ✅ | Feature | Description | Relevance |
|---|---|---|---|
| ✅ | Security | Built on Chainguard's Wolfi Linux for minimal attack surface and compliance. | Chainguard Wolfi |
| ✅ | Multi-Cloud Management | Integrated AWS CLI, Azure CLI, and Boto3 SDK for managing multi-cloud environments. | AWS CLI Docs |
| ✅ | Kubernetes Ecosystem | Supports Kubernetes management with kubectl, Helm, and Kustomize (available in devops tag). | Kubernetes Docs |
| ✅ | Infrastructure-as-Code | Includes Terraform and linters like TFLint and Tfsec for compliance and validation. | Terraform Docs |
| ✅ | Interactive Automation | Pre-configured with Starship and Task for modern shell and task automation. | Starship Docs |
| ✅ | Tool | Category | Description | Relevant URL |
|---|---|---|---|---|
| ✅ | terraform | Infrastructure-as-Code | Automate the provisioning of cloud resources. | Terraform Docs |
| ✅ | terraform-docs | Documentation | Auto-generate documentation for Terraform modules. | Terraform Docs |
| ✅ | tflint | Validation | Linter for validating Terraform configurations. | TFLint Docs |
| ✅ | tfsec | Security Analysis | Static analysis for Terraform configurations. | Tfsec Docs |
| ✅ | atlantis | Collaboration | Terraform collaboration and CI/CD integration for pull requests. | Atlantis Docs |
| ✅ | vault | Secrets Management | Manage secrets and sensitive data securely. | Vault Docs |
devops Tag)| ✅ | Tool | Category | Description | Relevant URL |
|---|---|---|---|---|
| ✅ | kubectl | Kubernetes CLI | Command-line tool for Kubernetes cluster management. | Kubectl Docs |
| ✅ | helm | Package Manager | Manage Kubernetes applications with Helm charts. | Helm Docs |
| ✅ | kustomize | Configuration | Manage Kubernetes YAML configurations. | Kustomize Docs |
| ✅ | k9s | Kubernetes TUI | Interactive terminal UI for managing Kubernetes clusters. | K9s Docs |
| ✅ | Tool | Category | Description | Relevant URL |
|---|---|---|---|---|
| ✅ | awscli | Cloud Management | Command-line tools for managing AWS resources. | AWS CLI Docs |
| ✅ | azure-cli | Cloud Management | Command-line tools for managing Azure resources. | Azure CLI Docs |
docker pull nnthanh101/terraform:latest
docker pull nnthanh101/terraform:devops
latest Tagdocker run -it --rm nnthanh101/terraform:latest bash
devops Tagdocker run -it --rm nnthanh101/terraform:devops bash
To add custom utilities or extensions:
FROM nnthanh101/terraform:devops
COPY requirements.txt /workspace/requirements.txt
RUN pip install --no-cache-dir -r /workspace/requirements.txt
alias k='kubectl'
alias tf='terraform'
alias tfs='tfsec'
.
├── Dockerfile ## Main Dockerfile for building the image
├── start.sh ## Startup script to initialize services
├── alias.sh ## Aliases for productivity
├── .config/
│ └── starship.toml ## Starship shell configuration
├── Taskfile.yaml ## Task automation script
We welcome contributions to improve this image! Follow these steps:
Content type
Image
Digest
sha256:d954176cc…
Size
944 MB
Last updated
about 2 months ago
docker pull nnthanh101/terraform:slim