File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed
specify_resolv_conf_target Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,30 @@ platforms:
173173 # privileged: true
174174 # volumes:
175175 # - /sys/fs/cgroup:/sys/fs/cgroup:rw
176+ - cgroupns_mode : host
177+ command : /lib/systemd/systemd
178+ image : docker.io/geerlingguy/docker-fedora41-ansible:latest
179+ name : fedora41-systemd-amd64
180+ platform : amd64
181+ pre_build_image : true
182+ privileged : true
183+ volumes :
184+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
185+ # TODO: Starting with systemd version 253 or 254 (I'm not sure
186+ # which) it is no longer possible to start systemd-resolved.service
187+ # under QEMU emulation. We support this case, but we cannot test it
188+ # until we have native ARM64 runners.
189+ #
190+ # See issue #10 for more details.
191+ # - cgroupns_mode: host
192+ # command: /lib/systemd/systemd
193+ # image: docker.io/geerlingguy/docker-fedora41-ansible:latest
194+ # name: fedora41-systemd-arm64
195+ # platform: arm64
196+ # pre_build_image: true
197+ # privileged: true
198+ # volumes:
199+ # - /sys/fs/cgroup:/sys/fs/cgroup:rw
176200 # These platforms do not provide systemd-resolved.
177201 # - cgroupns_mode: host
178202 # command: /lib/systemd/systemd
Original file line number Diff line number Diff line change @@ -173,6 +173,30 @@ platforms:
173173 # privileged: true
174174 # volumes:
175175 # - /sys/fs/cgroup:/sys/fs/cgroup:rw
176+ - cgroupns_mode : host
177+ command : /lib/systemd/systemd
178+ image : docker.io/geerlingguy/docker-fedora41-ansible:latest
179+ name : fedora41-systemd-amd64
180+ platform : amd64
181+ pre_build_image : true
182+ privileged : true
183+ volumes :
184+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
185+ # TODO: Starting with systemd version 253 or 254 (I'm not sure
186+ # which) it is no longer possible to start systemd-resolved.service
187+ # under QEMU emulation. We support this case, but we cannot test it
188+ # until we have native ARM64 runners.
189+ #
190+ # See issue #10 for more details.
191+ # - cgroupns_mode: host
192+ # command: /lib/systemd/systemd
193+ # image: docker.io/geerlingguy/docker-fedora41-ansible:latest
194+ # name: fedora41-systemd-arm64
195+ # platform: arm64
196+ # pre_build_image: true
197+ # privileged: true
198+ # volumes:
199+ # - /sys/fs/cgroup:/sys/fs/cgroup:rw
176200 # These platforms do not provide systemd-resolved.
177201 # - cgroupns_mode: host
178202 # command: /lib/systemd/systemd
You can’t perform that action at this time.
0 commit comments