Skip to content

Commit

Permalink
Deprecate tflint-bundle image (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 authored Sep 18, 2023
1 parent 1d58c87 commit 0f10668
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,7 @@ sha256sum --ignore-missing -c checksums.txt

### Docker

Instead of installing directly, you can use the Docker images:

| Name | Description |
| ---- | ----------- |
| [ghcr.io/terraform-linters/tflint](https://github.com/terraform-linters/tflint/pkgs/container/tflint) | Basic image |
| [ghcr.io/terraform-linters/tflint-bundle](https://github.com/terraform-linters/tflint-bundle/pkgs/container/tflint-bundle) | A Docker image with TFLint and ruleset plugins |

Example:
Instead of installing directly, you can use the Docker image:

```console
docker run --rm -v $(pwd):/data -t ghcr.io/terraform-linters/tflint
Expand Down

0 comments on commit 0f10668

Please sign in to comment.