Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flaconi/docker-atlantis-terragrunt
Docker Atlantis + Terragrunt
https://github.com/flaconi/docker-atlantis-terragrunt
docker
Last synced: about 4 hours ago
JSON representation
Docker Atlantis + Terragrunt
- Host: GitHub
- URL: https://github.com/flaconi/docker-atlantis-terragrunt
- Owner: Flaconi
- License: mit
- Created: 2019-11-05T15:33:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T08:55:53.000Z (7 months ago)
- Last Synced: 2024-04-11T09:57:26.360Z (7 months ago)
- Topics: docker
- Language: Dockerfile
- Homepage:
- Size: 125 KB
- Stars: 16
- Watchers: 12
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Atlantis Docker image with Terragrunt
[![Build Status](https://github.com/Flaconi/docker-atlantis-terragrunt/workflows/Build-Publish/badge.svg)](https://github.com/Flaconi/docker-atlantis-terragrunt/actions?query=workflow%3ABuild-Publish)
[![Dockerhub](https://img.shields.io/badge/dockerhub-atlantis--terragrunt-blue.svg)](https://hub.docker.com/r/flaconi/atlantis-terragrunt)## About
This Docker image is pulling the atlantis image from runatlantis/atlantis, and additionaly installs Terraform and Terragrunt for further use.
The Dockerfile was adapted from https://github.com/chenrui333/atlantis-terragrunt## Building
For building you can overwrite your desired versions with the following three Makefile variables:
* `ATLANTIS`
* `TERRAFORM`
* `TERRAGRUNT`
* `TERRAGRUNT_ATLANTIS_CONFIG`
* `SOPS`
* `ONE_PASSWORD_CLI`e.g.
```
make build
make build TERRAFORM=1.9.7
make build TERRAFORM=1.9.7 TERRAGRUNT=0.63.8
make build TERRAFORM=1.9.7 TERRAGRUNT=0.63.8 ATLANTIS=0.30.0
make build TERRAFORM=1.9.7 TERRAGRUNT=0.63.8 ATLANTIS=0.30.0 SOPS=3.8.1
```## Available images
[![Docker hub](http://dockeri.co/image/flaconi/atlantis-terragrunt)](https://hub.docker.com/r/flaconi/atlantis-terragrunt)
### Immutable images
Immutable images are created when this git repository is tagged. The Docker image tags are in the following format:
```
flaconi/atlantis-terragrunt:---
```### Mutable images
Mutable images are created on `release-*` branches and master merge
```
# On release-* branch
flaconi/atlantis-terragrunt:---release-# On master
flaconi/atlantis-terragrunt:--
```## License
[MIT](LICENSE)
Copyright (c) 2024 [Flaconi GmbH](https://github.com/Flaconi)