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've been deploying CE in the past on Ubuntu without issues.
Today, for a customer using Redhat8, we are facing 3 issues: - during podman-compose pull stage:
$CORE_TAG and $UI_TAG are not handled well and resulting in:
podman pull index.docker.io/
Error: invalid reference format
it should be something like: index.docker.io/netskopetechnicalalliances/xxxxxxxxxx-latest
I've hardcoded this value to workaround
- during podman run stage:
2 containers are showing following:
error during container init: error setting cgroup config for procHooks process: cannot set memory limit: container could not join or create cgroup
I've tried to remove memory limits in podman compose and it somehow solves temporary this error... not sure how dirty this is
- during podman run stage for CE_core container:
CE_core_container is failing with error: Error: statfs /run/docker.sock: no such file or directory
I've done my best to follow documentation specific for RHEL8.
Partner ask. Ping me internally if needed.
Maxime
The text was updated successfully, but these errors were encountered:
Hello,
I've been deploying CE in the past on Ubuntu without issues.
Today, for a customer using Redhat8, we are facing 3 issues:
- during podman-compose pull stage:
$CORE_TAG and $UI_TAG are not handled well and resulting in:
podman pull index.docker.io/
Error: invalid reference format
- during podman run stage:
2 containers are showing following:
error during container init: error setting cgroup config for procHooks process: cannot set memory limit: container could not join or create cgroup
- during podman run stage for CE_core container:
CE_core_container is failing with error: Error: statfs /run/docker.sock: no such file or directory
I've done my best to follow documentation specific for RHEL8.
Partner ask. Ping me internally if needed.
Maxime
The text was updated successfully, but these errors were encountered: