Skip to content
Snippets Groups Projects
Unverified Commit 6fd48df1 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-1739420147 (#562)

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 cd5199c0
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-1738816775
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147
WORKDIR /
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
USER 65532:65532
......
......@@ -23,7 +23,7 @@ ENV GOEXPERIMENT strictfipsruntime
RUN GOARCH=$TARGETARCH 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 --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147
ARG COMMIT
WORKDIR /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment