Skip to content

Commit 58cb0d0

Browse files
Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.5-1742914212
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 45cf6cf commit 58cb0d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY go.sum go.sum
2020
RUN GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -a -o bin/netobserv-ebpf-agent cmd/netobserv-ebpf-agent.go
2121

2222
# Create final image from minimal + built binary
23-
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1741850109
23+
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212
2424
WORKDIR /
2525
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
2626
USER 65532:65532

Dockerfile.downstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV GOEXPERIMENT strictfipsruntime
1919
RUN go build -tags strictfipsruntime -ldflags "-X 'main.buildVersion=${BUILDVERSION}' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -a -o bin/netobserv-ebpf-agent cmd/netobserv-ebpf-agent.go
2020

2121
# Create final image from minimal + built binary
22-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1741850109
22+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212
2323
ARG BUILDVERSION
2424

2525
WORKDIR /

0 commit comments

Comments
 (0)