Skip to content

Commit 103788b

Browse files
committed
Bump bundled krunkit from 0.2.2 to 1.1.0
Bump bundled krunkit to 1.1.0. For podman, this release means better I/O performance due to this libkrun version defaulting to a more relaxed disk image sync on macOS, and raising the vCPU limit to the maximum allowed by Hypervisor.framework. Fixes: #27216 Signed-off-by: Sergio Lopez <[email protected]>
1 parent 500d131 commit 103788b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pkginstaller/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ else
99
endif
1010
GVPROXY_VERSION=$(shell $(GO) list -m -f '{{.Version}}' github.com/containers/gvisor-tap-vsock)
1111
VFKIT_VERSION ?= 0.6.1
12-
KRUNKIT_VERSION ?= 0.2.2
12+
KRUNKIT_VERSION ?= 1.1.0
1313
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/$(GVPROXY_VERSION)/gvproxy-darwin
1414
VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned
1515
KRUNKIT_RELEASE_URL ?= https://github.com/containers/krunkit/releases/download/v$(KRUNKIT_VERSION)/krunkit-podman-unsigned-$(KRUNKIT_VERSION).tgz

0 commit comments

Comments
 (0)