File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ ARG PLATFORMS=linux/amd64,linux/arm64
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-1755105495 , which is tagged as 8.10 and latest as of Aug 17 , 2025
6+ # This sha relates to ubi minimal version 8.10-1756195339 , which is tagged as 8.10 and latest as of Sep 3 , 2025
77ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal
8- ARG BASE_IMAGE_VERSION=8.10-1755105495
8+ ARG BASE_IMAGE_VERSION=8.10-1756195339
99
1010# Build the manager binary
1111FROM golang:1.24.2 AS builder
Original file line number Diff line number Diff 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-1755105495
161+ # Build Base OS Version: 8.10-1756195339
162162# Pass only what is required, the rest will be defaulted
163163# Setup defaults for build arguments
164164PLATFORMS ?= linux/amd64,linux/arm64
165165BASE_IMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal
166- BASE_IMAGE_VERSION ?= 8.10-1755105495
166+ BASE_IMAGE_VERSION ?= 8.10-1756195339
167167
168168docker-buildx :
169169 @if [ -z " ${IMG} " ]; then \
You can’t perform that action at this time.
0 commit comments