Simon Li
Simon Li
> DockerEngine's [inspect_image](https://github.com/jupyterhub/repo2docker/blob/067e14a1af960c0979b04b6a65e663bb1943ef08/repo2docker/docker.py#L169C9-L181) looks OK but there are cases where docker image inspect and podman image inspect produce different outputs. I repo2podman I found passing the format arg `--format '{{json...
How about: - The UI test https://github.com/jupyterhub/repo2docker/tree/main/tests/ui - Unit tests since they should be quick https://github.com/jupyterhub/repo2docker/tree/main/tests/unit - one of https://github.com/jupyterhub/repo2docker/tree/main/tests/dockerfile - https://github.com/jupyterhub/repo2docker/tree/main/tests/conda/py-r-postbuild-file since it involves R, Python and Postbuild -...
Sounds fine to me!
I think it's reasonable to say `editable` can't be used with a rootless container unless it's run as rootless "root", since you've chosen to partially break the isolation that full...
I think we should keep this issue open, and consider allowing a container to run as root.