This Docker image contains the following primary binaries:
Terraform version compatibility table:
Furthermore, this Docker image contains the following secondary binaries:
az
(Azure CLI)make
psql
(Postgresql CLI)
on:
push:
branches: [ main ]
jobs:
terragrunt:
runs-on: ubuntu-20.04
container:
image: ghcr.io/aservo/terragrunt:latest
steps:
- name: Versions
run: |
terraform version
terragrunt version
Clone the repo and change to the directory with the following commands:
git clone https://github.com/aservo/docker-terragrunt.git
cd docker-terragrunt
Build image:
docker build .
...
Successfully built a123b4c567de
Run image:
$ docker run -it a123b4c567de bash
bash-5.1#
Execute commands inside the container:
bash-5.1# terragrunt -v
terragrunt version vX.Y.Z