Skip to content

Commit fecd4c3

Browse files
CSPL-4736: Upgrade moby/spdystream version (#1861)
* upgrade moby/spdystream version * update ubi8 minimal image
1 parent 94f9121 commit fecd4c3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG PLATFORMS=linux/amd64,linux/arm64
33

44
ARG 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
88
FROM golang:1.26.2 AS builder

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
189189
PLATFORMS ?= linux/amd64,linux/arm64
190190
BASE_IMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal
191-
BASE_IMAGE_VERSION ?= 8.10-1775152441
191+
BASE_IMAGE_VERSION ?= 8.10-1776645784
192192

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ github.com/minio/sha256-simd v0.1.1 h1:5QHSlgo3nt5yKOJrC7W8w7X+NFl8cMPZm96iu8kKU
246246
github.com/minio/sha256-simd v0.1.1/go.mod h1:B5e1o+1/KgNmWrSQK08Y6Z1Vb5pwIktudl0J58iy0KM=
247247
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
248248
github.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=
251251
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
252252
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
253253
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)