File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ COPY go.sum go.sum
20
20
RUN GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -a -o bin/netobserv-ebpf-agent cmd/netobserv-ebpf-agent.go
21
21
22
22
# Create final image from minimal + built binary
23
- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147
23
+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1741599792
24
24
WORKDIR /
25
25
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
26
26
USER 65532:65532
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ENV GOEXPERIMENT strictfipsruntime
23
23
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
24
24
25
25
# Create final image from minimal + built binary
26
- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147
26
+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1741599792
27
27
ARG COMMIT
28
28
29
29
WORKDIR /
You can’t perform that action at this time.
0 commit comments