diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-16 17:38:21 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-16 17:38:21 +0200 |
| commit | 106ff4f46a2fa5961b42ae692e0288c9bb89341b (patch) | |
| tree | 389e957a428338ca8b7a642f0af21c2823beb69a /molecule/git/molecule.yml | |
| parent | e8c668bc0bbf46bd2ca6e8c946ad297b157dd347 (diff) | |
Test proxy/cgit setup
Diffstat (limited to 'molecule/git/molecule.yml')
| -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 |
