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.
1 parent d5b4ff8 commit 21fe657Copy full SHA for 21fe657
ipu-plugin/images/Dockerfile
@@ -11,7 +11,7 @@ WORKDIR /usr/src/ipu-opi-plugin
11
RUN go mod download
12
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o bin/ipuplugin ipuplugin/main.go
13
14
-FROM alpine:3@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
+FROM alpine:3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
15
ARG P4_NAME
16
ENV P4_NAME=$P4_NAME
17
0 commit comments