mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 00:22:10 +02:00
(cherry picked from commit 86f48a5)
This commit is contained in:
@@ -1058,9 +1058,9 @@ class ApkBootstrapper(Bootstrapper):
|
||||
packages = ['docker', 'podman', 'openssl', 'crun', 'ip6tables']
|
||||
|
||||
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
|
||||
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('modprobe', 'tun')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user