File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,39 +11,57 @@ driver:
1111
1212platforms :
1313 - name : rke-ubuntu-24
14- image : docker.io/geerlingguy/docker-ubuntu2404-ansible:latest
14+ image : quay.io/k0sproject/bootloose-ubuntu24.04:latest
15+ command : /sbin/init
1516 hostname : ubuntu
1617 privileged : true
1718 pre_build_image : true
18- override_command : false
19+ override_command : true
1920 cgroupns_mode : host
2021 systemd : always
22+ tmpfs :
23+ - /run
24+ - /tmp
2125 volumes :
2226 - /sys/fs/cgroup:/sys/fs/cgroup:rw
27+ capabilities :
28+ - SYS_ADMIN
2329 environment :
2430 container : docker
2531 - name : rke-ubuntu-22
26- image : docker.io/geerlingguy/docker-ubuntu2204-ansible:latest
32+ image : quay.io/k0sproject/bootloose-ubuntu22.04:latest
33+ command : /sbin/init
2734 hostname : ubuntu
2835 privileged : true
2936 pre_build_image : true
30- override_command : false
37+ override_command : true
3138 cgroupns_mode : host
3239 systemd : always
40+ tmpfs :
41+ - /run
42+ - /tmp
3343 volumes :
3444 - /sys/fs/cgroup:/sys/fs/cgroup:rw
45+ capabilities :
46+ - SYS_ADMIN
3547 environment :
3648 container : docker
3749 - name : rke-ubuntu-20
38- image : docker.io/geerlingguy/docker-ubuntu2004-ansible:latest
50+ image : quay.io/k0sproject/bootloose-ubuntu20.04:latest
51+ command : /sbin/init
3952 hostname : ubuntu
4053 privileged : true
4154 pre_build_image : true
42- override_command : false
55+ override_command : true
4356 cgroupns_mode : host
4457 systemd : always
58+ tmpfs :
59+ - /run
60+ - /tmp
4561 volumes :
4662 - /sys/fs/cgroup:/sys/fs/cgroup:rw
63+ capabilities :
64+ - SYS_ADMIN
4765 environment :
4866 container : docker
4967
You can’t perform that action at this time.
0 commit comments