Skip to content

Commit 372ee87

Browse files
committed
templates: alpine: remove outdated comment about nerdctl
nerdctl v2.1.6 is now available in apk for Alpine 3.22 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 3429dd5 commit 372ee87

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

templates/alpine-iso.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ base:
99
#
1010
# NOTE: Starting with Lima v2.0, nerdctl version must be v2.1.6 or later to
1111
# enable port forwarding in rootful mode.
12-
# As of the time of releasing Lima v2.0, nerdctl v2.1.6 or later is not yet
13-
# available in the official Alpine package repository (`apk add`).
14-
# See <https://github.com/containerd/nerdctl/releases> for installing
15-
# the latest version of nerdctl from the binary or the source.
12+
# Available in apk since Alpine 3.22.
1613
containerd:
1714
system: false
1815
user: false

templates/alpine.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ base:
99
#
1010
# NOTE: Starting with Lima v2.0, nerdctl version must be v2.1.6 or later to
1111
# enable port forwarding in rootful mode.
12-
# As of the time of releasing Lima v2.0, nerdctl v2.1.6 or later is not yet
13-
# available in the official Alpine package repository (`apk add`).
14-
# See <https://github.com/containerd/nerdctl/releases> for installing
15-
# the latest version of nerdctl from the binary or the source.
12+
# Available in apk since Alpine 3.22.
1613
containerd:
1714
system: false
1815
user: false

0 commit comments

Comments
 (0)