Skip to content

Commit

Permalink
Merge pull request #5484 from rancher-sandbox/rddepman/alpineLimaISO/…
Browse files Browse the repository at this point in the history
…0.2.31.rd4-to-0.2.31.rd6

rddepman: bump alpineLimaISO from 0.2.31.rd4 to 0.2.31.rd6

This downgrades buildkit to 0.11.6 and reverts the changes to support buildkit 0.12 with hybrid cgroups.
  • Loading branch information
mook-as authored Sep 7, 2023
2 parents f4c1fa1 + 710e7bc commit b84729a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 43 deletions.
14 changes: 0 additions & 14 deletions bats/tests/extensions/allow-list.bats
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,6 @@ check_extension_installed() { # refute, name

@test 'start container engine' {
RD_ENV_EXTENSIONS=1 start_container_engine
}

@test 'switch to cgroup v2' {
# TODO TODO TODO This is a workaround because #5363 hasn't been fixed yet
if is_windows; then
skip "Skipped because switching cgroup layout is not needed on Windows"
fi
wait_for_shell
rdctl shell sudo sed -E -i 's/#(rc_cgroup_mode).*/\1="unified"/' /etc/rc.conf
rdctl shutdown
RD_ENV_EXTENSIONS=1 start_container_engine
}

@test 'wait for container engine' {
wait_for_container_engine
}

Expand Down
14 changes: 0 additions & 14 deletions bats/tests/extensions/containers.bats
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,6 @@ encoded_id() { # variant

@test 'start container engine' {
RD_ENV_EXTENSIONS=1 start_container_engine
}

@test 'switch to cgroup v2' {
# TODO TODO TODO This is a workaround because #5363 hasn't been fixed yet
if is_windows; then
skip "Skipped because switching cgroup layout is not needed on Windows"
fi
wait_for_shell
rdctl shell sudo sed -E -i 's/#(rc_cgroup_mode).*/\1="unified"/' /etc/rc.conf
rdctl shutdown
RD_ENV_EXTENSIONS=1 start_container_engine
}

@test 'wait for container engine' {
wait_for_container_engine
}

Expand Down
14 changes: 0 additions & 14 deletions bats/tests/extensions/install.bats
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,6 @@ encoded_id() { # variant

@test 'start container engine' {
RD_ENV_EXTENSIONS=1 start_container_engine
}

@test 'switch to cgroup v2' {
# TODO TODO TODO This is a workaround because #5363 hasn't been fixed yet
if is_windows; then
skip "Skipped because switching cgroup layout is not needed on Windows"
fi
wait_for_shell
rdctl shell sudo sed -E -i 's/#(rc_cgroup_mode).*/\1="unified"/' /etc/rc.conf
rdctl shutdown
RD_ENV_EXTENSIONS=1 start_container_engine
}

@test 'wait for container engine' {
wait_for_container_engine
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/rancher-desktop/assets/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
limaAndQemu: 1.31.2
alpineLimaISO:
isoVersion: 0.2.31.rd4
isoVersion: 0.2.31.rd6
alpineVersion: 3.18.0
WSLDistro: "0.46"
kuberlr: 0.4.2
Expand Down

0 comments on commit b84729a

Please sign in to comment.