In #2907 (comment) version 22 of the canto-base Docker image was created to fix a problem where UID/GID ranges were causing the container to not start when the container was managed with Podman.
I manually patched scripts/canto_docker and scripts/canto_start_docker on the server to confirm the fix, but it looks like the changes were never applied to Canto's source code. So if I go back to the main branch, PHI-Canto fails to start again.
@kimrutherford Would it be safe to update the source code to use canto-base:v22?
In #2907 (comment) version 22 of the
canto-baseDocker image was created to fix a problem where UID/GID ranges were causing the container to not start when the container was managed with Podman.I manually patched
scripts/canto_dockerandscripts/canto_start_dockeron the server to confirm the fix, but it looks like the changes were never applied to Canto's source code. So if I go back to the main branch, PHI-Canto fails to start again.@kimrutherford Would it be safe to update the source code to use canto-base:v22?