Skip to content

Commit f99080d

Browse files
Update linuxkit version:
linuxkit 1.6.0 is available for use. This has at least one useful feature related to ISO building that is needed. Also, make the linuxkit version configurable. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 4840514 commit f99080d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ declare -g HOOK_LK_CONTAINERS_OCI_BASE="${HOOK_LK_CONTAINERS_OCI_BASE:-"quay.io/
4040
declare -g SKOPEO_IMAGE="${SKOPEO_IMAGE:-"quay.io/skopeo/stable:v1.17.0"}" # See https://quay.io/repository/skopeo/stable?tab=tags&tag=latest
4141

4242
# See https://github.com/linuxkit/linuxkit/releases
43-
declare -g -r LINUXKIT_VERSION_DEFAULT="1.5.3" # LinuxKit version to use by default; each flavor can set its own too
43+
declare -g -r LINUXKIT_VERSION_DEFAULT="${LINUXKIT_VERSION:-"1.6.0"}" # LinuxKit version to use by default; each flavor can set its own too
4444

4545
# Directory to use for storing downloaded artifacts: LinuxKit binary, shellcheck binary, etc.
4646
declare -g -r CACHE_DIR="${CACHE_DIR:-"cache"}"

0 commit comments

Comments
 (0)