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
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
77ARG 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
1111FROM golang:1.23.0 AS builder
Original file line number Diff line number Diff 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
159159PLATFORMS ?= linux/amd64
160160BASE_IMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal@sha256
161- BASE_IMAGE_VERSION ?= b2a1bec3dfbc7a14a1d84d98934dfe8fdde6eb822a211286601cf109cbccb075
161+ BASE_IMAGE_VERSION ?= 3b0f20d81f5fc0dfb3f96cbe9912e02959d1e508411e0e46fad52520208a651c
162162
163163docker-buildx :
164164 @if [ -z " ${IMG} " ]; then \
You can’t perform that action at this time.
0 commit comments