Closed yuvipanda closed 5 months ago
We are looking at ContainerConfig (added in https://github.com/jupyterhub/repo2docker/pull/421) in our code. However, this option was deprecated by Docker (https://docs.docker.com/engine/deprecated/#container-and-containerconfig-fields-in-image-inspect) and removed.
ContainerConfig
This is now causing our tests to fail on main.
It's really only used to get WorkingDir out. We should find a different, more explicit way to do that.
WorkingDir
We are looking at
ContainerConfig
(added in https://github.com/jupyterhub/repo2docker/pull/421) in our code. However, this option was deprecated by Docker (https://docs.docker.com/engine/deprecated/#container-and-containerconfig-fields-in-image-inspect) and removed.This is now causing our tests to fail on main.