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:
Julio Montes 2021-11-26 13:56:43 -06:00
parent c3de161168
commit 857501d8dd

View File

@ -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.