Skip to content

DanielMabbett/custom-atlantis-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom Atlantis Containers

Atlantis is a great tool that can be used with Terraform.

This repo contains "downstream" build images with additional tools installed for ease of use.

Builds

Atlantis + Terragrunt + AzCli

Docker

This is a custom docker image based off of the Atlantis container: https://hub.docker.com/r/runatlantis/atlantis

Versions

Atlantis Container Version

Currently only support the version of the Atlantis container that is used in their helm chart: https://github.com/runatlantis/helm-charts/blob/main/charts/atlantis/values.yaml

## -------------------------- ##
# Default values for atlantis (override as needed).
## -------------------------- ##

image:
  repository: runatlantis/atlantis
  tag: v0.17.4
  pullPolicy: IfNotPresent

Terragrunt Version

TERRAGRUNT_VERSION=v0.31.1

How to change Atlantis Helm Chart

In your values.yaml file you will want to add:

image:
  repository: danielmabbett/atlantis-terragrunt
  tag: latest
  pullPolicy: IfNotPresent

Contributors

All contributors welcome!

About

Atlantis (Terraform Tool) Docker Image with Terragrunt Installed

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published