diff --git a/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx b/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx index 6605992c2..19767b23b 100644 --- a/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx +++ b/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx @@ -10,6 +10,11 @@ Last required release: [v202406-1 (776)](/terraform/enterprise/releases/2024/v20 Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux `sha256:4d31e2698e1ca2deb945a491d61f6bc914c0eb6e385e737a028b897a3eda4a63` +⚠️ If you are using Podman to deploy Terraform Enterprise, there is an [outstanding issue](https://github.com/containers/podman/issues/25361) that can cause Podman to misreport your container digest. In the meantime, we recommend pulling the container digest with `podman` directly: + +```shell-session +> podman pull images.releases.hashicorp.com/hashicorp/terraform-enterprise@sha256:4d31e2698e1ca2deb945a491d61f6bc914c0eb6e385e737a028b897a3eda4a63 +``` ## Highlights @@ -34,4 +39,4 @@ Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux 1. Creating a new policy sets through the UI now correctly assign the runtime version you select. ## Security -1. More than three failed attempts to verify two factor authentication now locks a user's account, and the user receives an email with unlock instructions. \ No newline at end of file +1. More than three failed attempts to verify two factor authentication now locks a user's account, and the user receives an email with unlock instructions.