mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 20:54:26 +00:00
tools/osbuilder: build QAT kernel in fedora 34
kernel compiled in fedora 35 (latest) is not working, following error is reported: ``` qemu-system-x86_64: Error loading uncompressed kernel without PVH ELF Note ``` Build QAT kernel in fedora 34 container to fix it fixes #3135 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
c3de161168
commit
857501d8dd
@ -3,7 +3,7 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Kata osbuilder 'works best' on Fedora
|
||||
FROM fedora:latest
|
||||
FROM fedora:34
|
||||
|
||||
# Version of the Dockerfile - update if you change this file to avoid 'stale'
|
||||
# images being pulled from the registry.
|
||||
|
Loading…
Reference in New Issue
Block a user