Skip to content

Commit f3a0ea9

Browse files
CSPL-3784: Update base image to latest ubi8-minimal version (#1525)
* update base image to latest ubi8-minimal version * trigger integration test cases for branch * trigger tests * cleanup * update Dockerfile comment
1 parent 384ed59 commit f3a0ea9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ ARG PLATFORMS=linux/amd64
33

44
# Use distroless as minimal base image to package the manager binary
55
# Refer to https://github.com/GoogleContainerTools/distroless for more details
6-
# This sha relates to ubi minimal version 8.10-1255, which is tagged as 8.10 and latest as of Apr 25, 2025
6+
# This sha relates to ubi minimal version 8.10-1295.1749680713, which is tagged as 8.10 and latest as of Jun 23, 2025
77
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal@sha256
8-
ARG BASE_IMAGE_VERSION=b2a1bec3dfbc7a14a1d84d98934dfe8fdde6eb822a211286601cf109cbccb075
8+
ARG BASE_IMAGE_VERSION=3b0f20d81f5fc0dfb3f96cbe9912e02959d1e508411e0e46fad52520208a651c
99

1010
# Build the manager binary
1111
FROM golang:1.23.0 AS builder

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ docker-push: ## Push docker image with the manager.
153153
# Defaults:
154154
# Build Platform: linux/amd64
155155
# Build Base OS: registry.access.redhat.com/ubi8/ubi-minimal@sha256
156-
# Build Base OS Version: b2a1bec3dfbc7a14a1d84d98934dfe8fdde6eb822a211286601cf109cbccb075 (corresponds to tag 8.10-1255)
156+
# Build Base OS Version: 3b0f20d81f5fc0dfb3f96cbe9912e02959d1e508411e0e46fad52520208a651c (corresponds to tag 8.10-1295.1749680713)
157157
# Pass only what is required, the rest will be defaulted
158158
# Setup defaults for build arguments
159159
PLATFORMS ?= linux/amd64
160160
BASE_IMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal@sha256
161-
BASE_IMAGE_VERSION ?= b2a1bec3dfbc7a14a1d84d98934dfe8fdde6eb822a211286601cf109cbccb075
161+
BASE_IMAGE_VERSION ?= 3b0f20d81f5fc0dfb3f96cbe9912e02959d1e508411e0e46fad52520208a651c
162162

163163
docker-buildx:
164164
@if [ -z "${IMG}" ]; then \

0 commit comments

Comments
 (0)