Skip to content

jrosco/asdf-cicd-toolsets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CI/CD Toolsets with asdf-vm Docker Images

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.

Tools Included

Prerequisites

  • Docker with docker-compose support

Usage

Run the below commands inside the toolset directoires e.g terraform

Build the Docker Image

To build the Docker image, run:

docker compose build

Run the Docker Container

To run the Docker container, execute:

docker compose run toolset

Configuration

The tools and their versions are managed using asdf and the .tool-versions file. Adjust the versions as needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors