Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 3.32 KB

README.md

File metadata and controls

63 lines (53 loc) · 3.32 KB

Multi-arch (x86_64/amd64 and aarch64/arm64) Docker image based on Amazon Linux 2023 for DevOps use cases on AWS, such as CI/CD pipelines and manual admininistration of EKS workloads, including interactive shell usage.

Bundled Tools

Includes the following components:

As well as the following utilities:

Prebuilt Images

Size is approximately 4 GB (too chubby, I know — see the To-Do section).

Images are available in the following repositories:

Version information about the installed components can be found inside the Docker image at /root/.versions.json.

To-Do

The current "All-in-One" image is getting too bloated, so there's a need to create specialized versions, like a slimmed-down image just for CI/CD pipelines, and a separate image for launching ad-hoc containers for manual administration and debugging. It's also unlikely that a single CI/CD pipeline stage would need all language environments, as Python and Go are especially chubby.