Skip to content

Commit

Permalink
feature/github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wang committed Oct 29, 2024
1 parent 6eda35a commit b08b72b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Auto-trigger docker build for [terragrunt](https://github.com/gruntwork-io/terra
### Notes

* Never use tag `latest` in prod environment.
* Multi-Arch supported (linux/amd64, linux/arm64, linux/386)
* Multi-Arch supported (linux/amd64, linux/arm64)
* For examples, below tags are supported now:
- alpine/terragrunt:latest
- alpine/terragrunt:1.8.4 (terraform version)
Expand All @@ -30,7 +30,7 @@ https://github.com/alpine-docker/terragrunt

### Daily build logs:

https://app.circleci.com/pipelines/github/alpine-docker/terragrunt
https://github.com/alpine-docker/terragrunt/actions

### Docker image tags:

Expand All @@ -40,7 +40,6 @@ https://hub.docker.com/r/alpine/terragrunt/tags/

* linux/arm64
* linux/amd64
* linux/386

# Why we need it

Expand Down Expand Up @@ -80,4 +79,4 @@ This is mostly used during Continuous Integration and Continuous Delivery (CI/CD
* Check if there are new versions announced via Terraform Github REST API
* Match the exist docker image tags via Hub.docker.io REST API
* If not matched, build the image with latest `terraform version` as tag and push to hub.docker.com
* Always install latest version of terragrunt
* Always install latest version of terragrunt

0 comments on commit b08b72b

Please sign in to comment.