-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Greetings,
i'm trying to build qcow2 images from the ubuntu-20.04-cloud-init image, but am running into an issue.
Uncompressing compressed kernel
events.js:291
throw er; // Unhandled 'error' event
^
Error: incorrect header check
at Zlib.zlibOnError [as onerror] (zlib.js:182:17)
Emitted 'error' event on Gunzip instance at:
at errorOrDestroy (internal/streams/destroy.js:108:12)
at Gunzip.onerror (_stream_readable.js:754:7)
at Gunzip.emit (events.js:314:20)
at Zlib.zlibOnError [as onerror] (zlib.js:185:8) {
errno: -3,
code: 'Z_DATA_ERROR'
}
From what i can see the vmlinuz file is not compressed and the library is raising an error.
Are we certain that the docker kernel is at all compressed?
Regards,
Daniel
Metadata
Metadata
Assignees
Labels
No labels