summaryrefslogtreecommitdiffstats
path: root/molecule/git
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-07-16 17:38:21 +0200
committerAhmed AbdelHalim <[email protected]>2026-07-16 17:38:21 +0200
commitf9f5449c4f3adeba545fddcaddb6e079a59c9ebf (patch)
tree389e957a428338ca8b7a642f0af21c2823beb69a /molecule/git
parent06d5824baa86b590a172f3b251f851daa58b10e4 (diff)
Test proxy/cgit setup
Diffstat (limited to 'molecule/git')
-rw-r--r--molecule/git/molecule.yml11
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