File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11# Setup defaults for build arguments
22ARG 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
74ARG 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
118FROM 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-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
164164PLATFORMS ?= linux/amd64,linux/arm64
165165BASE_IMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal
166- BASE_IMAGE_VERSION ?= 8.10-1756195339
166+ BASE_IMAGE_VERSION ?= 8.10-1761032271
167167
168168docker-buildx :
169169 @if [ -z " ${IMG} " ]; then \
You can’t perform that action at this time.
0 commit comments