Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for 2022-04-30 #911

Merged
merged 2 commits into from
Apr 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
phony: help

# Provide versions of the main dependencies to use with this Docker image
AWS_VERSION := 2.6.0
AWS_VERSION := 2.6.1
GCP_VERSION := 383.0.1
TF_VERSION := 1.1.9
TG_VERSION := 0.36.8
TG_VERSION := 0.36.9

# GitHub Actions bogus variables
GITHUB_REF ?= refs/heads/null
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ bundled with or not (see second table below).

| Registry | Example full image name | Image name | Image version | Terraform version | Terragrunt version |
|--------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|---------------------|----------------------|-------------------|--------------------|
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.1.9-tg-0.36.8` | `docker-terragrunt` | `tf-1.1.9-tg-0.36.8` | `1.1.9` | `0.36.8` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.1.9-tg-0.36.8` | `docker-terragrunt` | `tf-1.1.9-tg-0.36.8` | `1.1.9` | `0.36.8` |
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.1.9-tg-0.36.9` | `docker-terragrunt` | `tf-1.1.9-tg-0.36.9` | `1.1.9` | `0.36.9` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.1.9-tg-0.36.9` | `docker-terragrunt` | `tf-1.1.9-tg-0.36.9` | `1.1.9` | `0.36.9` |


# Available flavours
Expand All @@ -87,15 +87,15 @@ Tag of the image tells also which cloud API/SDK is included in the image.

| Image name | AWS | Azure | GCP | Size |
| ---------------------------------------------------- | --- | ----- | --- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `docker-terragrunt:slim-tf-1.1.9-tg-0.36.8` | ❌ | ❌ | ❌ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/slim-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:tf-1.1.9-tg-0.36.8` | ❌ | ❌ | ❌ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-tf-1.1.9-tg-0.36.8` | ✅ | ❌ | ❌ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:azure-tf-1.1.9-tg-0.36.8` | ❌ | ✅ | ❌ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-azure-tf-1.1.9-tg-0.36.8` | ✅ | ✅ | ❌ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:gcp-tf-1.1.9-tg-0.36.8` | ❌ | ❌ | ✅ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-gcp-tf-1.1.9-tg-0.36.8` | ✅ | ❌ | ✅ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:azure-gcp-tf-1.1.9-tg-0.36.8` | ❌ | ✅ | ✅ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-azure-gcp-tf-1.1.9-tg-0.36.8` | ✅ | ✅ | ✅ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:slim-tf-1.1.9-tg-0.36.9` | ❌ | ❌ | ❌ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/slim-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:tf-1.1.9-tg-0.36.9` | ❌ | ❌ | ❌ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-tf-1.1.9-tg-0.36.9` | ✅ | ❌ | ❌ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:azure-tf-1.1.9-tg-0.36.9` | ❌ | ✅ | ❌ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-azure-tf-1.1.9-tg-0.36.9` | ✅ | ✅ | ❌ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:gcp-tf-1.1.9-tg-0.36.9` | ❌ | ❌ | ✅ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-gcp-tf-1.1.9-tg-0.36.9` | ✅ | ❌ | ✅ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:azure-gcp-tf-1.1.9-tg-0.36.9` | ❌ | ✅ | ✅ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-azure-gcp-tf-1.1.9-tg-0.36.9` | ✅ | ✅ | ✅ | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |


# Usage
Expand Down