Skip to content

Commit 9c9902b

Browse files
authored
CSPL-4132: Update ubi-minimal image (#1605)
* Update ubi minimal image * Remove/Update comment --------- Co-authored-by: igor.grzankowski <@splunk.com>
1 parent ce192e1 commit 9c9902b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Setup defaults for build arguments
22
ARG PLATFORMS=linux/amd64,linux/arm64
33

4-
# Use distroless as minimal base image to package the manager binary
5-
# Refer to https://github.com/GoogleContainerTools/distroless for more details
6-
# This sha relates to ubi minimal version 8.10-1756195339, which is tagged as 8.10 and latest as of Sep 3, 2025
74
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal
8-
ARG BASE_IMAGE_VERSION=8.10-1756195339
5+
ARG BASE_IMAGE_VERSION=8.10-1761032271
96

107
# Build the manager binary
118
FROM golang:1.24.2 AS builder

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ docker-push: ## Push docker image with the manager.
158158
# Defaults:
159159
# Build Platform: linux/amd64,linux/arm64
160160
# Build Base OS: registry.access.redhat.com/ubi8/ubi-minimal
161-
# Build Base OS Version: 8.10-1756195339
161+
# Build Base OS Version: 8.10-1761032271
162162
# Pass only what is required, the rest will be defaulted
163163
# Setup defaults for build arguments
164164
PLATFORMS ?= linux/amd64,linux/arm64
165165
BASE_IMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal
166-
BASE_IMAGE_VERSION ?= 8.10-1756195339
166+
BASE_IMAGE_VERSION ?= 8.10-1761032271
167167

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

0 commit comments

Comments
 (0)