We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6014c8b commit a7400b4Copy full SHA for a7400b4
tests/scr/testContainerInit
@@ -316,9 +316,9 @@ function main() {
316
cleanup_docker_env
317
318
# Configure & initialize CRI-O in scenarios that support Sysbox-POD feature (currently
319
- # only in Ubuntu distros).
+ # only in Ubuntu and Debian distros).
320
local distro=$(get_host_distro)
321
- if [[ "${distro}" = "ubuntu" ]]; then
+ if [[ "${distro}" = "ubuntu" ]] || [[ "${distro}" = "debian" ]]; then
322
crio_config
323
324
# Start CRI-O (without systemd, we must start CRI-O manually)
0 commit comments