Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mk/linuxkit.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ LINUXKIT_SOURCE ?= https://github.com/linuxkit/linuxkit

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