This repository contains Dockerfiles and configurations for creating Docker images that are based on the custom asdf-vm version manager image.
These images are designed to make it easier to manage and use multiple versions of different tools and programming languages within Docker containers. Additionally, this repository includes Dockerfiles for various tools, including AWS CLI, Helm, and Terraform. These Dockerfiles can be used to build Docker images for these tools, which can then be used in various environments to ensure consistency and reproducibility.
- terraform/open-tofo and tools
- helm and tools
- browser-testing and tools
- Docker with
docker-composesupport
Run the below commands inside the toolset directoires e.g terraform
To build the Docker image, run:
docker compose buildTo run the Docker container, execute:
docker compose run toolsetThe tools and their versions are managed using asdf and the .tool-versions file. Adjust the versions as needed.