You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2025. It is now read-only.
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on \
go build -trimpath -mod=readonly -gcflags="all=-spectre=all -N -l" \
-asmflags="all=-spectre=all" -ldflags="all=-s -w" -a -o \
manager main.go
FROM docker.io/redhat/ubi9-micro:9.3-15
ARG VERSION
### Required OpenShift Labels
LABEL name="Intel Ethernet Operator" \
vendor="Intel Corporation" \
version=$VERSION \
release="1" \
summary="Intel Ethernet Operator for E810 NICs" \
description="The role of the Intel Ethernet Operator is to orchestrate and manage the configuration of the capabilities exposed by the Intel E810 Series network interface cards (NICs)"