Skip to content
Snippets Groups Projects
Unverified Commit d880c688 authored by red-hat-konflux[bot]'s avatar red-hat-konflux[bot] Committed by GitHub
Browse files

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to...

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1742914212 (#600)

Signed-off-by: default avatarred-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: default avatarred-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
parent 15d13002
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ COPY go.sum go.sum
RUN GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -a -o bin/netobserv-ebpf-agent cmd/netobserv-ebpf-agent.go
# Create final image from minimal + built binary
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212
WORKDIR /
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
USER 65532:65532
......
......@@ -19,7 +19,7 @@ ENV GOEXPERIMENT strictfipsruntime
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
# Create final image from minimal + built binary
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212
ARG BUILDVERSION
WORKDIR /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment