Skip to content
Snippets Groups Projects
Unverified Commit 5d9a8c00 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-1738816775 (#547)

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 138007c0
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
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775
WORKDIR /
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
USER 65532:65532
......
......@@ -21,7 +21,7 @@ COPY .mk/ .mk/
RUN make compile
# Create final image from minimal + built binary
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775
WORKDIR /
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
USER 65532:65532
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment