Skip to content

Commit ab73fd0

Browse files
committed
Change all template:// references to use template:
Also bump minimumLimaVersion to 2.0.0 Signed-off-by: Jan Dubois <[email protected]>
1 parent 7f46ac6 commit ab73fd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+135
-135
lines changed

hack/bats/extras/port-monitor.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ NAME=nginx
1616

1717
local_setup_file() {
1818
limactl delete --force "$NAME" || :
19-
limactl start --yes --name "$NAME" --mount "$BATS_TMPDIR" "template://${TEMPLATE}" 3>&- 4>&-
19+
limactl start --yes --name "$NAME" --mount "$BATS_TMPDIR" "template:${TEMPLATE}" 3>&- 4>&-
2020
}
2121

2222
local_teardown_file() {

hack/bats/tests/mcp.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ local_setup_file() {
2525
limactl delete --force "$NAME" || :
2626
# Make sure that the host agent doesn't inherit file handles 3 or 4.
2727
# Otherwise bats will not finish until the host agent exits.
28-
limactl start --yes --name "$NAME" template://default 3>&- 4>&-
28+
limactl start --yes --name "$NAME" template:default 3>&- 4>&-
2929
}
3030

3131
local_teardown_file() {

templates/almalinux-10.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
minimumLimaVersion: 1.1.0
1+
minimumLimaVersion: 2.0.0
22

33
base:
4-
- template://_images/almalinux-10
5-
- template://_default/mounts
4+
- template:_images/almalinux-10
5+
- template:_default/mounts

templates/almalinux-8.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
minimumLimaVersion: 1.1.0
1+
minimumLimaVersion: 2.0.0
22

33
base:
4-
- template://_images/almalinux-8
5-
- template://_default/mounts
4+
- template:_images/almalinux-8
5+
- template:_default/mounts

templates/almalinux-9.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
minimumLimaVersion: 1.1.0
1+
minimumLimaVersion: 2.0.0
22

33
base:
4-
- template://_images/almalinux-9
5-
- template://_default/mounts
4+
- template:_images/almalinux-9
5+
- template:_default/mounts

templates/almalinux-kitten-10.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
minimumLimaVersion: 1.1.0
1+
minimumLimaVersion: 2.0.0
22

33
base:
4-
- template://_images/almalinux-kitten-10
5-
- template://_default/mounts
4+
- template:_images/almalinux-kitten-10
5+
- template:_default/mounts

templates/alpine-iso.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
minimumLimaVersion: 1.1.0
1+
minimumLimaVersion: 2.0.0
22

33
base:
4-
- template://_images/alpine-iso
5-
- template://_default/mounts
4+
- template:_images/alpine-iso
5+
- template:_default/mounts
66

77
# The built-in containerd installer does not support Alpine currently.
88
# Use a provisioning script to install containerd, buildkit, and nerdctl.

templates/alpine.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
minimumLimaVersion: 1.1.0
1+
minimumLimaVersion: 2.0.0
22

33
base:
4-
- template://_images/alpine
5-
- template://_default/mounts
4+
- template:_images/alpine
5+
- template:_default/mounts
66

77
# The built-in containerd installer does not support Alpine currently.
88
# Use a provisioning script to install containerd, buildkit, and nerdctl.

templates/apptainer-rootful.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# $ limactl start ./apptainer-rootful.yaml
33
# $ limactl shell apptainer-rootful apptainer run -u -B $HOME:$HOME docker://alpine
44

5-
minimumLimaVersion: 1.1.0
5+
minimumLimaVersion: 2.0.0
66

77
base:
8-
- template://_images/ubuntu-lts
9-
- template://_default/mounts
8+
- template:_images/ubuntu-lts
9+
- template:_default/mounts
1010

1111
containerd:
1212
system: false

templates/apptainer.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# $ limactl start ./apptainer.yaml
33
# $ limactl shell apptainer apptainer run -u -B $HOME:$HOME docker://alpine
44

5-
minimumLimaVersion: 1.1.0
5+
minimumLimaVersion: 2.0.0
66

77
base:
8-
- template://_images/ubuntu-lts
9-
- template://_default/mounts
8+
- template:_images/ubuntu-lts
9+
- template:_default/mounts
1010

1111
containerd:
1212
system: false

0 commit comments

Comments
 (0)