You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a gitea runner workflow, and all the actions are run on a podman container. In one of the actions I create container images and push them to a registry using podman, and then I use podman-compose to start some of the containers to execute tests. Should I run only redis or openldap containers, all works. Should I, instead, run redis and openldap, and they both get stuck at "starting". I have tested other container combinations (postgresql and ldap, etc.) and the outcome is the same.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am running a gitea runner workflow, and all the actions are run on a podman container. In one of the actions I create container images and push them to a registry using podman, and then I use podman-compose to start some of the containers to execute tests. Should I run only redis or openldap containers, all works. Should I, instead, run redis and openldap, and they both get stuck at "starting". I have tested other container combinations (postgresql and ldap, etc.) and the outcome is the same.
Does anybody know what might be going on, here?
Beta Was this translation helpful? Give feedback.
All reactions