diff options
Diffstat (limited to 'molecule/default/molecule.yml')
| -rw-r--r-- | molecule/default/molecule.yml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index de1ac40..3ffe0b8 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -2,15 +2,12 @@ dependency: name: galaxy - driver: name: docker - platforms: - - name: application - image: ${MOLECULE_DISTRO:-debian:10} + image: ${MOLECULE_DISTRO:-debian:12} dockerfile: Dockerfile.j2 pre_build_image: false docker_networks: @@ -23,7 +20,7 @@ platforms: groups: [application_group] - name: application2 - image: ${MOLECULE_DISTRO:-debian:10} + image: ${MOLECULE_DISTRO:-debian:12} dockerfile: Dockerfile.j2 pre_build_image: false networks: @@ -31,18 +28,16 @@ platforms: groups: [application_group] - name: prometheus - image: ${MOLECULE_DISTRO:-debian:10} + image: ${MOLECULE_DISTRO:-debian:12} dockerfile: Dockerfile.j2 pre_build_image: false networks: - name: molecule-container-net - provisioner: name: ansible playbooks: converge: ${MOLECULE_PLAYBOOK:-converge.yml} - verifier: name: testinfra |