File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ dependency:
1313driver :
1414 name : docker
1515platforms :
16- - name : " ${os :-ubuntu22}-latest"
17- image : " ${namespace:-monolithprojects}/systemd-${os :-ubuntu22}:latest"
16+ - name : " ${MOLECULE_IMAGE :-ubuntu22}-latest"
17+ image : " ${namespace:-monolithprojects}/systemd-${MOLECULE_IMAGE :-ubuntu22}:latest"
1818 volumes :
1919 - " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-rw}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
2020 cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"host"} # Use "private" for cgroup v1 and "host" for cgroup v2
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ dependency:
1313driver :
1414 name : docker
1515platforms :
16- - name : " ${os :-ubuntu22}-latest"
17- image : " ${namespace:-monolithprojects}/systemd-${os :-ubuntu22}:latest"
16+ - name : " ${MOLECULE_IMAGE :-ubuntu22}-latest"
17+ image : " ${namespace:-monolithprojects}/systemd-${MOLECULE_IMAGE :-ubuntu22}:latest"
1818 volumes :
1919 - " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-rw}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
2020 cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"host"} # Use "private" for cgroup v1 and "host" for cgroup v2
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ lint: |
1313driver :
1414 name : docker
1515platforms :
16- - name : " ${os :-ubuntu22}-latest"
17- image : " ${namespace:-monolithprojects}/systemd-${os :-ubuntu22}:latest"
16+ - name : " ${MOLECULE_IMAGE :-ubuntu22}-latest"
17+ image : " ${namespace:-monolithprojects}/systemd-${MOLECULE_IMAGE :-ubuntu22}:latest"
1818 volumes :
1919 - " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-rw}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
2020 cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"host"} # Use "private" for cgroup v1 and "host" for cgroup v2
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ lint: |
1313driver :
1414 name : docker
1515platforms :
16- - name : " ${os :-ubuntu22}-latest"
17- image : " ${namespace:-monolithprojects}/systemd-${os :-ubuntu22}:latest"
16+ - name : " ${MOLECULE_IMAGE :-ubuntu22}-latest"
17+ image : " ${namespace:-monolithprojects}/systemd-${MOLECULE_IMAGE :-ubuntu22}:latest"
1818 volumes :
1919 - " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-rw}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
2020 cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"host"} # Use "private" for cgroup v1 and "host" for cgroup v2
You can’t perform that action at this time.
0 commit comments