- [x] Choose UBI image: ubi9/ubi (multi-service, supports systemd) - [x] Create Containerfile to: - [x] Install openssh-server - [x] Add ContainerSSH agent binary - [x] Configure systemd to run sshd and containerssh-agent - [x] Set up non-root user with /home/$USER - [x] Validate SSH + agent functionality inside container - [x] ~~Push image to internal or public registry (e.g. Docker Hub, GHCR)~~ Will build from Containerfile
Choose UBI image: ubi9/ubi (multi-service, supports systemd)
Create Containerfile to:
Install openssh-server
Add ContainerSSH agent binary
Configure systemd to run sshd and containerssh-agent
Set up non-root user with /home/$USER
Validate SSH + agent functionality inside container
Push image to internal or public registry (e.g. Docker Hub, GHCR)Will build from Containerfile