Alpine-based CI/CD agent with AWS CLI, Terraform, and common DevOps utilities for pipeline automation and infrastructure management.
docker pull energonhq/base-agent:latest
docker run --rm -it energonhq/base-agent:latest
docker run --rm -v $(pwd):/work energonhq/base-agent:latest terraform init
latest - Most recent stable build0.0.8, 0.0, 0 - Semantic version tags| Key | Value |
|---|---|
| Base Image | alpine:3.19.1 |
| Arch | amd64, arm64 |
| Size | ~200 MB |
| Workdir | /work |
| User | root |
| Variable | Description | Default |
|---|---|---|
AWS_ACCESS_KEY_ID | AWS access key | - |
AWS_SECRET_ACCESS_KEY | AWS secret key | - |
AWS_DEFAULT_REGION | AWS region | - |
TERRAFORM_VERSION | Installed Terraform version | 1.0.7 |
| Path | Purpose |
|---|---|
/work | Mount your code here |
/root/.ssh | SSH keys (mount read-only) |
/root/.aws | AWS credentials (mount read-only) |
Content type
Image
Digest
sha256:5d88734c5…
Size
140.3 MB
Last updated
7 months ago
docker pull energonhq/base-agent