1
0
Fork 0

Use docker driver
Some checks failed
continuous-integration/drone/push Build is failing

Maybe docker inside docker works.
This commit is contained in:
Daniele Tricoli 2021-09-11 06:49:34 +02:00
parent d2c8925708
commit ab634c254d
3 changed files with 3 additions and 3 deletions

View file

@ -9,6 +9,6 @@ steps:
privileged: true
commands:
- apt update && apt install -y ansible podman python3-pip
- python3 -m pip install "molecule[lint,podman]"
- python3 -m pip install "molecule[lint,docker]"
- echo "[registries.search]\nregistries = ['docker.io']" >> /etc/containers/registries.conf
- molecule test

View file

@ -5,7 +5,7 @@ dependency:
name: galaxy
enabled: false
driver:
name: podman
name: docker
platforms:
- name: debian11
image: jrei/systemd-debian:11

View file

@ -5,7 +5,7 @@ dependency:
name: galaxy
enabled: false
driver:
name: podman
name: docker
platforms:
- name: debian11
image: jrei/systemd-debian:11