Skip to content

Commit 1fc087e

Browse files
committed
qat: kerneldrv: use debian unstable as base
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 7ef78e3 commit 1fc087e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker/intel-qat-plugin-kerneldrv.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN chmod a+x /go/bin/qat_plugin \
4545
&& install -D ${DIR}/LICENSE /install_root/usr/local/share/package-licenses/intel-device-plugins-for-kubernetes/LICENSE \
4646
&& scripts/copy-modules-licenses.sh ./cmd/qat_plugin /install_root/usr/local/share/
4747

48-
FROM debian:buster-slim
48+
FROM debian:unstable-slim
4949
COPY --from=builder /install_root /
5050
ENV PATH=/usr/local/bin
5151
ENTRYPOINT ["/usr/local/bin/intel_qat_device_plugin"]

0 commit comments

Comments
 (0)