A lightweight, security-focused Docker container with essential cloud and infrastructure CLI tools for automation pipelines and CI/CD workflows.
- Image:
techlotse/codestream-cloudcli - Latest Tag:
latestorv<version>or<YYYYMMDD> - Base Image: Alpine Linux 3.19 (lightweight & security-focused)
- Image Digest: techlotse/codestream-cloudcli@sha256:8bcf8a74e67fbd62decb4cb7422d3464924d47804c93c1974ee45b8ea658f1e2
- Last Updated: 2026-06-28T09:23:46Z
| Tool | Version |
|---|---|
| AWS CLI | 2.15.14 |
| Azure CLI | 2.87.0 |
| Terraform | v1.15.7 |
| Packer | Packer v1.15.4 |
| Ansible | [core |
| yq | version |
| jq | jq-1.7.1 |
- curl, wget, unzip
- git
- Python 3 with pip
- sed, awk (GNU AWK)
- CA certificates & OpenSSL
- make
- bind-tools (dns utilities)
Basic usage:
docker run -it techlotse/codestream-cloudcli:latest- Semantic Versioning: Images are tagged with semantic versions (v0.3.0, etc.)
- Date Tags: Images are also tagged with build dates (YYYYMMDD format)
- Latest Tag: Always points to the most recent stable build
- Build Schedule: Weekly builds on Sunday at 6:00 AM UTC
This image is automatically built and pushed to Docker Hub:
- Schedule: Every Sunday at 6:00 AM UTC (7:00 AM CET)
- Trigger: Automated weekly schedule via GitHub Actions
- Registry: Docker Hub (techlotse/codestream-cloudcli)
The README is automatically updated after each successful container build with the latest tool versions. Documentation updates do not trigger new container builds, ensuring a clean separation of concerns.
This repository contains the Dockerfile and automation scripts for building the CodeStream CloudCLI Docker image, used for managing cloud resources through various CLI tools. The container is optimized for use in automation pipelines, CI/CD systems, and infrastructure-as-code workflows.