|
| 1 | +--- |
| 2 | +# Note: if you need to overwrite these settings, |
| 3 | +# just add it to molecule/${SCENARIO}/molecule.yml. |
| 4 | + |
| 5 | +# Driver for all scenarios. |
| 6 | +driver: |
| 7 | + name: docker |
| 8 | + |
| 9 | +# Shared list of platforms for all scenarios. |
| 10 | +platforms: |
| 11 | + - name: almalinux-8 |
| 12 | + image: almalinux:8 |
| 13 | + dockerfile: ../common/Dockerfile.j2 |
| 14 | + privileged: true |
| 15 | + cgroupns_mode: host |
| 16 | + volumes: |
| 17 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 18 | + command: /usr/sbin/init |
| 19 | + - name: almalinux-9 |
| 20 | + image: almalinux:9 |
| 21 | + dockerfile: ../common/Dockerfile.j2 |
| 22 | + privileged: true |
| 23 | + cgroupns_mode: host |
| 24 | + volumes: |
| 25 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 26 | + command: /usr/sbin/init |
| 27 | + - name: alpine-3.18 |
| 28 | + image: alpine:3.18 |
| 29 | + dockerfile: ../common/Dockerfile.j2 |
| 30 | + privileged: true |
| 31 | + cgroupns_mode: host |
| 32 | + volumes: |
| 33 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 34 | + command: /sbin/init |
| 35 | + - name: alpine-3.19 |
| 36 | + image: alpine:3.19 |
| 37 | + dockerfile: ../common/Dockerfile.j2 |
| 38 | + privileged: true |
| 39 | + cgroupns_mode: host |
| 40 | + volumes: |
| 41 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 42 | + command: /sbin/init |
| 43 | + - name: alpine-3.20 |
| 44 | + image: alpine:3.20 |
| 45 | + dockerfile: ../common/Dockerfile.j2 |
| 46 | + privileged: true |
| 47 | + cgroupns_mode: host |
| 48 | + volumes: |
| 49 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 50 | + command: /sbin/init |
| 51 | + - name: alpine-3.21 |
| 52 | + image: alpine:3.21 |
| 53 | + dockerfile: ../common/Dockerfile.j2 |
| 54 | + privileged: true |
| 55 | + cgroupns_mode: host |
| 56 | + volumes: |
| 57 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 58 | + command: /sbin/init |
| 59 | + - name: amazonlinux-2 |
| 60 | + image: amazonlinux:2 |
| 61 | + platform: x86_64 |
| 62 | + dockerfile: ../common/Dockerfile.j2 |
| 63 | + privileged: true |
| 64 | + cgroupns_mode: host |
| 65 | + volumes: |
| 66 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 67 | + command: /usr/sbin/init |
| 68 | + - name: amazonlinux-2023 |
| 69 | + image: amazonlinux:2023 |
| 70 | + dockerfile: ../common/Dockerfile.j2 |
| 71 | + privileged: true |
| 72 | + cgroupns_mode: host |
| 73 | + volumes: |
| 74 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 75 | + command: /usr/sbin/init |
| 76 | + - name: debian-bullseye |
| 77 | + image: debian:bullseye-slim |
| 78 | + dockerfile: ../common/Dockerfile.j2 |
| 79 | + privileged: true |
| 80 | + cgroupns_mode: host |
| 81 | + volumes: |
| 82 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 83 | + command: /sbin/init |
| 84 | + - name: debian-bookworm |
| 85 | + image: debian:bookworm-slim |
| 86 | + dockerfile: ../common/Dockerfile.j2 |
| 87 | + privileged: true |
| 88 | + cgroupns_mode: host |
| 89 | + volumes: |
| 90 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 91 | + command: /sbin/init |
| 92 | + - name: oraclelinux-8 |
| 93 | + image: oraclelinux:8 |
| 94 | + dockerfile: ../common/Dockerfile.j2 |
| 95 | + privileged: true |
| 96 | + cgroupns_mode: host |
| 97 | + volumes: |
| 98 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 99 | + command: /usr/sbin/init |
| 100 | + - name: oraclelinux-9 |
| 101 | + image: oraclelinux:9 |
| 102 | + platform: x86_64 |
| 103 | + dockerfile: ../common/Dockerfile.j2 |
| 104 | + privileged: true |
| 105 | + cgroupns_mode: host |
| 106 | + volumes: |
| 107 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 108 | + command: /usr/sbin/init |
| 109 | + - name: rhel-8 |
| 110 | + image: redhat/ubi8:8.10 |
| 111 | + dockerfile: ../common/Dockerfile.j2 |
| 112 | + privileged: true |
| 113 | + cgroupns_mode: host |
| 114 | + volumes: |
| 115 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 116 | + command: /usr/sbin/init |
| 117 | + - name: rhel-9 |
| 118 | + image: redhat/ubi9:9.5 |
| 119 | + dockerfile: ../common/Dockerfile.j2 |
| 120 | + privileged: true |
| 121 | + cgroupns_mode: host |
| 122 | + volumes: |
| 123 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 124 | + command: /usr/sbin/init |
| 125 | + - name: rockylinux-8 |
| 126 | + image: rockylinux:8 |
| 127 | + dockerfile: ../common/Dockerfile.j2 |
| 128 | + privileged: true |
| 129 | + cgroupns_mode: host |
| 130 | + volumes: |
| 131 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 132 | + command: /usr/sbin/init |
| 133 | + - name: rockylinux-9 |
| 134 | + image: rockylinux:9.0 |
| 135 | + dockerfile: ../common/Dockerfile.j2 |
| 136 | + privileged: true |
| 137 | + cgroupns_mode: host |
| 138 | + volumes: |
| 139 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 140 | + command: /usr/sbin/init |
| 141 | + - name: sles-15 |
| 142 | + image: registry.suse.com/suse/sle15:15.6 |
| 143 | + dockerfile: ../common/Dockerfile.j2 |
| 144 | + privileged: true |
| 145 | + cgroupns_mode: host |
| 146 | + volumes: |
| 147 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 148 | + command: /usr/sbin/init |
| 149 | + - name: ubuntu-focal |
| 150 | + image: ubuntu:focal |
| 151 | + dockerfile: ../common/Dockerfile.j2 |
| 152 | + privileged: true |
| 153 | + cgroupns_mode: host |
| 154 | + volumes: |
| 155 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 156 | + command: /sbin/init |
| 157 | + - name: ubuntu-jammy |
| 158 | + image: ubuntu:jammy |
| 159 | + dockerfile: ../common/Dockerfile.j2 |
| 160 | + privileged: true |
| 161 | + cgroupns_mode: host |
| 162 | + volumes: |
| 163 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 164 | + command: /sbin/init |
| 165 | + - name: ubuntu-noble |
| 166 | + image: ubuntu:noble |
| 167 | + dockerfile: ../common/Dockerfile.j2 |
| 168 | + privileged: true |
| 169 | + cgroupns_mode: host |
| 170 | + volumes: |
| 171 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 172 | + command: /sbin/init |
| 173 | + - name: ubuntu-oracular |
| 174 | + image: ubuntu:oracular |
| 175 | + dockerfile: ../common/Dockerfile.j2 |
| 176 | + privileged: true |
| 177 | + cgroupns_mode: host |
| 178 | + volumes: |
| 179 | + - /sys/fs/cgroup:/sys/fs/cgroup:rw |
| 180 | + command: /sbin/init |
0 commit comments