mirror of
https://github.com/containers/podman.git
synced 2025-07-03 01:08:02 +08:00
Bump bundled krunkit from 0.2.1 to 0.2.2
Bump bundled krunkit to 0.2.2. This bundle also includes libkrun 1.14.0, allowing us to enable nested virt on M3 and M4 systems by default. Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
@ -9,7 +9,7 @@ else
|
||||
endif
|
||||
GVPROXY_VERSION=$(shell $(GO) list -m -f '{{.Version}}' github.com/containers/gvisor-tap-vsock)
|
||||
VFKIT_VERSION ?= 0.6.1
|
||||
KRUNKIT_VERSION ?= 0.2.1
|
||||
KRUNKIT_VERSION ?= 0.2.2
|
||||
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/$(GVPROXY_VERSION)/gvproxy-darwin
|
||||
VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned
|
||||
KRUNKIT_RELEASE_URL ?= https://github.com/containers/krunkit/releases/download/v$(KRUNKIT_VERSION)/krunkit-podman-unsigned-$(KRUNKIT_VERSION).tgz
|
||||
|
Reference in New Issue
Block a user