1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-04 18:30:03 +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 

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes
2021-11-26 13:56:43 -06:00
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.