mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 08:56:32 +00:00
virtcontainers: bump firecracker minimum supported version
firecracker 0.19.0 API is not backward compatible, hence we need to bump the firecracker minimum supported version to 0.19.0 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -69,7 +69,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Specify the minimum version of firecracker supported
|
// Specify the minimum version of firecracker supported
|
||||||
var fcMinSupportedVersion = semver.MustParse("0.18.0")
|
var fcMinSupportedVersion = semver.MustParse("0.19.0")
|
||||||
|
|
||||||
var fcKernelParams = append(commonVirtioblkKernelRootParams, []Param{
|
var fcKernelParams = append(commonVirtioblkKernelRootParams, []Param{
|
||||||
// The boot source is the first partition of the first block device added
|
// The boot source is the first partition of the first block device added
|
||||||
|
Reference in New Issue
Block a user