mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
osbuilder/qat: use centos as base OS
move away from ubuntu, since now it's easier to build using CentOS as base OS fixes #3936 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
853dd98b7b
commit
459f4bfedb
@ -16,7 +16,7 @@ ENV QAT_DRIVER_URL "https://downloadmirror.intel.com/649693/${QAT_DRIVER_VER}"
|
||||
ENV QAT_CONFIGURE_OPTIONS "--enable-icp-sriov=guest"
|
||||
ENV KATA_REPO_VERSION "main"
|
||||
ENV AGENT_VERSION ""
|
||||
ENV ROOTFS_OS "ubuntu"
|
||||
ENV ROOTFS_OS "centos"
|
||||
ENV OUTPUT_DIR "/output"
|
||||
|
||||
RUN dnf install -y \
|
||||
|
Loading…
Reference in New Issue
Block a user