Skip to content

Conversation

@ehelms
Copy link
Member

@ehelms ehelms commented Oct 30, 2025

Since containers can be treated like a VM in some cases, and lighter weight, I wanted to offer up similar functionality to starting a Vagrant VM but with podman creating a container that can be the target for deployment.

@ehelms ehelms force-pushed the add-container-provider branch 5 times, most recently from 3913879 to 423c004 Compare October 30, 2025 16:36
name: "{{ containers | default('quadlet') }}"
command: "{{ item }}"
loop:
- "dnf install -y systemd openssh-server passwd python3 podman"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't there systemd-enabled centos images available somewhere?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not find one.

@ehelms ehelms force-pushed the add-container-provider branch from 423c004 to ad66eee Compare November 6, 2025 15:44
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
@ehelms ehelms force-pushed the add-container-provider branch from ad66eee to dc33cf3 Compare November 11, 2025 15:43
@adamruzicka
Copy link
Contributor

I'm not able to get a fully functional setup with this. It always fails on foreman.service not being able to start within 20 seconds and then getting killed by systemd, even though the machine is relatively strong (6cpus, 24gb ram). Everything else seems to work well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants