No description
Find a file
2025-06-03 08:21:41 +02:00
rootfs/etc/containers initial commit 2025-06-03 08:16:32 +02:00
Containerfile initial commit 2025-06-03 08:16:32 +02:00
README.md add readme 2025-06-03 08:21:41 +02:00

Jenkins SSH Agent with Podman

Based on jenkins/ssh-agent with the addition of rootless podman.

In order for running this container within podman, the following options should be set:

  • --security-opt=label=disable
  • --security-opt=unmask=ALL
  • --security-opt=seccomp=unconfined
  • --device=/dev/net/tun

Environment Variables

  • JENKINS_AGENT_SSH_PUBKEY: SSH public key accepted by the agent.

Volumes

  • /home/jenkins: state

Ports

  • 22: ssh server