diff options
Diffstat (limited to 'molecule/git')
| -rw-r--r-- | molecule/git/molecule.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/molecule/git/molecule.yml b/molecule/git/molecule.yml index 210e1f71..9da3052c 100644 --- a/molecule/git/molecule.yml +++ b/molecule/git/molecule.yml @@ -8,6 +8,17 @@ dependency: driver: name: podman platforms: + - name: proxy.home.arpa + image: proxy + dockerfile: Dockerfile.j2 + platform: "linux/amd64" + pre_build_image: false + privileged: true + command: ${MOLECULE_COMMAND:-"/sbin/init"} + tmpfs: + "/tmp": "rw" + "/run": "rw,exec" + cgroupns_mode: host - name: git.home.arpa image: git dockerfile: Dockerfile.j2 |
