File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22ARG PLATFORMS=linux/amd64,linux/arm64
33
44ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal
5- ARG BASE_IMAGE_VERSION=8.10-1775152441
5+ ARG BASE_IMAGE_VERSION=8.10-1776645784
66
77# Build the manager binary
88FROM golang:1.26.2 AS builder
Original file line number Diff line number Diff line change @@ -183,12 +183,12 @@ docker-push: ## Push docker image with the manager.
183183# Defaults:
184184# Build Platform: linux/amd64,linux/arm64
185185# Build Base OS: registry.access.redhat.com/ubi8/ubi-minimal
186- # Build Base OS Version: 8.10-1775152441
186+ # Build Base OS Version: 8.10-1776645784
187187# Pass only what is required, the rest will be defaulted
188188# Setup defaults for build arguments
189189PLATFORMS ?= linux/amd64,linux/arm64
190190BASE_IMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal
191- BASE_IMAGE_VERSION ?= 8.10-1775152441
191+ BASE_IMAGE_VERSION ?= 8.10-1776645784
192192
193193docker-buildx :
194194 @if [ -z " ${IMG} " ]; then \
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ require (
102102 github.com/minio/md5-simd v1.1.0 // indirect
103103 github.com/minio/sha256-simd v0.1.1 // indirect
104104 github.com/mitchellh/go-homedir v1.1.0 // indirect
105- github.com/moby/spdystream v0.5.0 // indirect
105+ github.com/moby/spdystream v0.5.1 // indirect
106106 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
107107 github.com/modern-go/reflect2 v1.0.2 // indirect
108108 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
Original file line number Diff line number Diff line change @@ -246,8 +246,8 @@ github.com/minio/sha256-simd v0.1.1 h1:5QHSlgo3nt5yKOJrC7W8w7X+NFl8cMPZm96iu8kKU
246246github.com/minio/sha256-simd v0.1.1 /go.mod h1:B5e1o+1/KgNmWrSQK08Y6Z1Vb5pwIktudl0J58iy0KM =
247247github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y =
248248github.com/mitchellh/go-homedir v1.1.0 /go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0 =
249- github.com/moby/spdystream v0.5.0 h1:7r0J1Si3QO/kjRitvSLVVFUjxMEb/YLj6S9FF62JBCU =
250- github.com/moby/spdystream v0.5.0 /go.mod h1:xBAYlnt/ay+11ShkdFKNAG7LsyK/tmNBVvVOwrfMgdI =
249+ github.com/moby/spdystream v0.5.1 h1:9sNYeYZUcci9R6/w7KDaFWEWeV4LStVG78Mpyq/Zm/Y =
250+ github.com/moby/spdystream v0.5.1 /go.mod h1:xBAYlnt/ay+11ShkdFKNAG7LsyK/tmNBVvVOwrfMgdI =
251251github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
252252github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
253253github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
You can’t perform that action at this time.
0 commit comments