mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 13:46:46 +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>
(cherry picked from commit 857501d8dd
)
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
5694749ce5
commit
cb7891e0b4
@ -3,7 +3,7 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# Kata osbuilder 'works best' on Fedora
|
# 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'
|
# Version of the Dockerfile - update if you change this file to avoid 'stale'
|
||||||
# images being pulled from the registry.
|
# images being pulled from the registry.
|
||||||
|
Loading…
Reference in New Issue
Block a user