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
This means that backend code for dynamic checks would utilize podman tool and the container would be invoked with an unprivileged user. podman would create and run the container using user namespaces. This means that user namespaces need to be set up correctly (/etc/subuid). These checks need to run in an openshift pod (that's how we invoke colin internally).
The text was updated successfully, but these errors were encountered:
Let's implement them using rootless containers which were recently merged into podman:
containers/podman#936
podman-0.6.5+
This means that backend code for dynamic checks would utilize podman tool and the container would be invoked with an unprivileged user. podman would create and run the container using user namespaces. This means that user namespaces need to be set up correctly (/etc/subuid). These checks need to run in an openshift pod (that's how we invoke colin internally).
The text was updated successfully, but these errors were encountered: