Closed themathmagician closed 1 year ago
I can just pull it fine
$ docker pull ghcr.io/terraform-linters/tflint:v0.48.0
v0.48.0: Pulling from terraform-linters/tflint
9fda8d8052c6: Already exists
3668a29655e1: Pull complete
862d94abe99a: Pull complete
85caccabc506: Pull complete
Digest: sha256:a720f001fb1085307f04aee66774902ad2beff3d6aa41a51ea335213d7409c9e
Status: Downloaded newer image for ghcr.io/terraform-linters/tflint:v0.48.0
ghcr.io/terraform-linters/tflint:v0.48.0
$ docker version
Client: Docker Engine - Community
Version: 24.0.6
API version: 1.41 (downgraded from 1.43)
Go version: go1.21.0
Git commit: ed223bc820
Built: Thu Aug 31 17:24:32 2023
OS/Arch: darwin/arm64
Context: colima
Same, this was either a transient error or perhaps you provided bad credentials (none are required)
Summary
When I try to pull the docker image issuing this command:
docker pull ghcr.io/terraform-linters/tflint:v0.48.0
Then I get the following error response:
I would like to avoid a local install.
Command
docker run --rm -v $(pwd):/data ghcr.io/terraform-linters/tflint:v0.48.0
Terraform Configuration
TFLint Configuration
Output
TFLint Version
0.48.0
Terraform Version
1.5.7
Operating System