Skip to content

Commit 2fbc264

Browse files
committed
fix: update LINUXKIT_GIT_URL and LINUXKIT_GIT_REF for correct repository
pointing to europaul Signed-off-by: Paul Gaiduk <paulg@zededa.com>
1 parent cd9fa37 commit 2fbc264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/linuxkit.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ LINUXKIT_SOURCE ?= https://github.com/linuxkit/linuxkit
2020

2121
# LINUXKIT_GIT_REF must be a commit hash (reproducible, no ls-remote needed).
2222
# Update by running: git ls-remote https://github.com/linuxkit/linuxkit master
23-
LINUXKIT_GIT_URL ?= https://github.com/linuxkit/linuxkit
24-
LINUXKIT_GIT_REF ?= 4cfb70d3cc9256024bb0d4de760c631df0ad06f6
23+
LINUXKIT_GIT_URL ?= https://github.com/europaul/linuxkit
24+
LINUXKIT_GIT_REF ?= 420d550a9e0df323ce01e0324dfb6053468c4814
2525
# Optional local source tree — takes priority over LINUXKIT_GIT_URL.
2626
# make LINUXKIT_SRC=/path/to/linuxkit <target>
2727
LINUXKIT_SRC ?=

0 commit comments

Comments
 (0)