I successfully built one for stable 10.0, two weeks ago using the current version of the
docker/Dockerfile following the instructions given there (in section
HOWTO use this file to manually create new images for Docker Hub). I haven't really used it yet. However, Sage 10.0 starts and works unless you try to use IPython magics (for example
? to read the documentation). If you do that, it crashes (but so does the 9.7 image). Yesterday I pushed that to my private Docker account. Therefore, for the time being it can be used at your own risk via
docker run -it soehms/sagemath:10.0. I can try to do the same for 9.8.
Frederic, would a restriction to the stable versions be acceptable to you? I would like to have a continuation of the Docker images, too. But I can relinquish development versions since for this use case there are other alternatives, such as Gitpod. Maybe it would simplify things if we only continued stable releases on DockerHub.
Sebastian