There was an error while loading. Please reload this page.
2 parents aa8d1a5 + f9405eb commit 99123faCopy full SHA for 99123fa
1 file changed
Dockerfile
@@ -41,6 +41,8 @@ COPY src/cni-node /bin/cni-node
41
42
43
FROM scratch
44
+LABEL org.opencontainers.image.licenses="Apache-2.0" \
45
+ org.opencontainers.image.source="https://github.com/k0sproject/cni-node"
46
COPY --from=baselayout / /
47
ARG VERSION
48
COPY --from=bins /go/plugins-$VERSION/bin/ /opt/cni/bin/
0 commit comments