jupyter / docker-stacks

Ready-to-run Docker images containing Jupyter applications
https://jupyter-docker-stacks.readthedocs.io
Other
8.02k stars 2.99k forks source link

Rename `ROOT_CONTAINER` and `BASE_CONTAINER` to `ROOT_IMAGE` and `BASE_IMAGE` #2154

Closed mathbunnyru closed 1 month ago

mathbunnyru commented 1 month ago

These are not containers, but images. In Docker, these 2 are different things, so we should use proper naming.

This change might be breaking for people, who build custom images, but it should only require a few lines change to fix it.