We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f9e9d6 + 744a2ba commit 3e233e2Copy full SHA for 3e233e2
Dockerfile
@@ -2,14 +2,14 @@ ARG BCI_IMAGE=registry.suse.com/bci/bci-base:latest
2
ARG GO_IMAGE=rancher/hardened-build-base:v1.22.8b2
3
4
# Build the project
5
-FROM ${GO_IMAGE} as builder
+FROM ${GO_IMAGE} AS builder
6
RUN set -x && \
7
apk --no-cache add patch \
8
git \
9
make
10
ARG TAG=v3.8.0
11
RUN git clone https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin
12
-WORKDIR sriov-network-device-plugin
+WORKDIR /go/sriov-network-device-plugin
13
RUN git fetch --all --tags --prune
14
RUN git checkout tags/${TAG} -b ${TAG}
15
COPY logs.patch .
0 commit comments