Loading...
Loading...
### Terraform Version ```shell Terraform v1.4.2 on linux_amd64 Your version of Terraform is out of date! The latest version is 1.12.2. You can update by downloading from https://www.terraform.io/downloads.html ``` ### Terraform Configuration Files Not applicable ### Debug Output Not Applicable ### Expected Behavior Terraform version-output (when executing `terraform --version`) should be: ``` Terraform v1.12.2 on linux_amd64 ``` ### Actual Behavior Terraform version-output (when executing `terraform --version`) _actually_ returns: ``` Terraform v1.4.2 on linux_amd64 Your version of Terraform is out of date! The latest version is 1.12.2. You can update by downloading from https://www.terraform.io/downloads.html ``` ### Steps to Reproduce 1. Launch an interactive Docker container (from DockerHub) using the `:light` image: ```bash docker run -it --entrypoint sh docker.io/hashicorp/terraform:light ``` 1. Check docker version ```bash # terraform --version ``` 1. Receive an out-of-date warning ```bash Terraform v1.4.2 on linux_amd64 Your version of Terraform is out of date! The latest version is 1.12.2. You can update by downloading from https://www.terraform.io/downloads.html ``` ### Additional Context Trying to minimize the size of container-images used in my CI workflows. Given the choice between the "regular" image and the "light" image, use of the latter would be preferred: ```bash docker images Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/hashicorp/terraform latest c1599db6ecf1 2 weeks ago 123 MB docker.io/hashicorp/terraform light 22ae929e925c 2 years ago 87.5 MB ``` It would be helpful if whatever processes update the (standard) "`latest`" image also updated the "`light`" image. ### References _No response_ ### Generative AI / LLM assisted development? _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.