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 7ef78e3 commit 1fc087eCopy full SHA for 1fc087e
build/docker/intel-qat-plugin-kerneldrv.Dockerfile
@@ -45,7 +45,7 @@ RUN chmod a+x /go/bin/qat_plugin \
45
&& install -D ${DIR}/LICENSE /install_root/usr/local/share/package-licenses/intel-device-plugins-for-kubernetes/LICENSE \
46
&& scripts/copy-modules-licenses.sh ./cmd/qat_plugin /install_root/usr/local/share/
47
48
-FROM debian:buster-slim
+FROM debian:unstable-slim
49
COPY --from=builder /install_root /
50
ENV PATH=/usr/local/bin
51
ENTRYPOINT ["/usr/local/bin/intel_qat_device_plugin"]
0 commit comments