Skip to content

Commit 9acff6b

Browse files
Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.6-1752587672 (#758)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 36faac0 commit 9acff6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY go.sum go.sum
2020
RUN CGO_ENABLED=0 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.6-1752069876
23+
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752587672
2424
WORKDIR /
2525
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
2626
USER 65532:65532

Dockerfile.downstream

Lines changed: 1 addition & 1 deletion
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.6-1752069876
22+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752587672
2323
ARG BUILDVERSION
2424

2525
WORKDIR /

0 commit comments

Comments
 (0)