Skip to content

Commit bc1da1f

Browse files
authored
Change UBI Docker image from micro to minimal (#600)
1 parent 2d9e81c commit bc1da1f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: BUG FIXES
2+
body: Fixed an issue where the operator could not connect to the HCP Terraform / TFE instance when using the UBI-based image due to a TLS validation error. The previous workaround required setting the `TFC_TLS_SKIP_VERIFY` environment variable to `true` in the Deployment.
3+
time: 2025-04-29T13:34:05.597842+02:00
4+
custom:
5+
PR: "600"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ENTRYPOINT ["/bin/sh", "-c", "/$BIN_NAME"]
9090

9191
# Red Hat UBI release image
9292
# -----------------------------------
93-
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5 AS release-ubi
93+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 AS release-ubi
9494

9595
ARG BIN_NAME
9696
ARG PRODUCT_VERSION

0 commit comments

Comments
 (0)