This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Description
Running Jupyter-on-openshift Notebooks minimal image:
docker run -it --rm -p 8080:8080 -e JUPYTER_NOTEBOOK_PASSWORD=password quay.io/jupyteronopenshift/s2i-minimal-notebook-py36:2.5.1
Once started, the Jupyter-on-openshift image calls a code-server serviceWorker.js script which fails with 404 status:
[W 11:09:39.287 NotebookApp] 404 GET /static/de41646fc402b968ca6d555fdf2da7de9554d28a/usr/lib/code-server/dist/serviceWorker.js (172.17.0.1) 4.97ms referer=None
Is it an expected behavior? Why is it failing if it is an expected behaviour?
Running Docker version 19.03.12, Docker API version 1.40 on Ubuntu 18.04
