Skip to content
Snippets Groups Projects
Unverified Commit 213391d8 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-1745855087 (#688)

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 75eb923c
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ COPY go.sum go.sum ...@@ -20,7 +20,7 @@ COPY go.sum go.sum
RUN CGO_ENABLED=0 GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -a -o bin/netobserv-ebpf-agent cmd/netobserv-ebpf-agent.go RUN CGO_ENABLED=0 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 # Create final image from minimal + built binary
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212 FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1745855087
WORKDIR / WORKDIR /
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent . COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
USER 65532:65532 USER 65532:65532
......
...@@ -19,7 +19,7 @@ ENV GOEXPERIMENT strictfipsruntime ...@@ -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 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 # Create final image from minimal + built binary
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212 FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1745855087
ARG BUILDVERSION ARG BUILDVERSION
WORKDIR / WORKDIR /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment