-
-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support podman as container runtime by upgrading debian container image #1925
Comments
I saw the comment about (allowPrivilegeEscalation under Kubernetes](https://hub.docker.com/r/thecodingmachine/nodejs), but it's not the same error message, and other images don't have an issue with sudo without special parameter (which I wouldn't know the equivalent for podman). For example The main difference I see betwen both images is that the failing one uses debian-slim where the other uses ubuntu, but that doesn't tell me how to fix the issue. |
I can reproduce the issue with the base image:
|
The above steps succeed on |
Have you seen thecodingmachine/docker-images-nodejs#14? On another note: As far as I can see it would be possible to replace most of the development images (except |
issue
when trying to start the containers front, pusher, back, uploader, messages as described in
docker-compose.single-domain.yaml
using podman, they fail all with exactly the same logs message:There is probably one unique thing to fix to make it work under podman, which would simplify development on Fedora, CentOS and RHEL.
reproduce
There are multiple ways but here is mine under Fedora 35:
ansible-galaxy collection install containers.podman
)sudo podman system service --time=0
source .env.template
ansible-playbook -K workadventure.single-domain.up.yml
usingworkadventure.single-domain.up.yml placed in the root directory of the workadventure Git repo
sudo podman ps -a
respsudo podman logs front
(for example) show the issue described abovecomments
workadventure.single-domain.down.yml
The text was updated successfully, but these errors were encountered: