|
|
@ -1058,9 +1058,9 @@ class ApkBootstrapper(Bootstrapper):
|
|
|
|
packages = ['docker', 'podman', 'openssl', 'crun', 'ip6tables']
|
|
|
|
packages = ['docker', 'podman', 'openssl', 'crun', 'ip6tables']
|
|
|
|
|
|
|
|
|
|
|
|
run_command('apk', 'add', *packages)
|
|
|
|
run_command('apk', 'add', *packages)
|
|
|
|
# 3.18 only contains crun 1.8.4, to get 1.9.2 to resolve the run/shm issue, install crun from edge
|
|
|
|
# 3.18 only contains crun 1.8.4, to get 1.9.2 to resolve the run/shm issue, install crun from 3.19
|
|
|
|
# Remove once we update to 3.19
|
|
|
|
# Remove once we update to 3.19
|
|
|
|
run_command('apk', 'upgrade', '-U', '--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community', 'crun')
|
|
|
|
run_command('apk', 'upgrade', '-U', '--repository=http://dl-cdn.alpinelinux.org/alpine/v3.19/community', 'crun')
|
|
|
|
run_command('service', 'docker', 'start')
|
|
|
|
run_command('service', 'docker', 'start')
|
|
|
|
run_command('modprobe', 'tun')
|
|
|
|
run_command('modprobe', 'tun')
|
|
|
|
|
|
|
|
|
|
|
|