Sign inSign up

energonhq/base-agent

By energonhq

Updated 7 months ago

Image
0

1.3K

energonhq/base-agent repository overview

Base Agent

Docker Pulls Docker Image Size Docker Image Version

Alpine-based CI/CD agent with AWS CLI, Terraform, and common DevOps utilities for pipeline automation and infrastructure management.

Quick Start

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

Features

  • AWS CLI v2.15.17 for cloud operations
  • Terraform 1.0.7 with tfswitch for version management
  • Essential utilities: curl, wget, jq, git, bash, openssh-client
  • Minimal Alpine 3.19.1 base with security updates applied
  • SSH directory pre-configured with secure permissions

Supported Tags

  • latest - Most recent stable build
  • 0.0.8, 0.0, 0 - Semantic version tags

Quick Reference

KeyValue
Base Imagealpine:3.19.1
Archamd64, arm64
Size~200 MB
Workdir/work
Userroot

Environment Variables

VariableDescriptionDefault
AWS_ACCESS_KEY_IDAWS access key-
AWS_SECRET_ACCESS_KEYAWS secret key-
AWS_DEFAULT_REGIONAWS region-
TERRAFORM_VERSIONInstalled Terraform version1.0.7

Volumes

PathPurpose
/workMount your code here
/root/.sshSSH keys (mount read-only)
/root/.awsAWS credentials (mount read-only)

Tag summary

Content type

Image

Digest

sha256:5d88734c5

Size

140.3 MB

Last updated

7 months ago

docker pull energonhq/base-agent