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-1741850109
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 @@ -19,7 +19,7 @@ ENV GOEXPERIMENT strictfipsruntime
19
19
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
20
20
21
21
# Create final image from minimal + built binary
22
- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147
22
+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1741850109
23
23
ARG BUILDVERSION
24
24
25
25
WORKDIR /
You can’t perform that action at this time.
0 commit comments