Change base to Ubuntu 20.04.2 LTS (Focal Fossa).#747
Conversation
|
Can you update the title to say "Ubuntu 20.04.2 LTS (Focal Fossa)" so its clear that its TLS and when its from? |
kleisauke
left a comment
There was a problem hiding this comment.
This slightly increases the Docker image (with ~81MB), but otherwise this looks good to me. We may need to notify users who depend upon on the emscripten/emsdk:latest tag after this PR.
As for the size regression, since v2.0.5 it also increased a bit (with ~181MB) (as reported by @curiousdannii in #625 (comment) and #641 (comment)), so that would be more of a benefit if that is fixed.
After you merge this PR, how can I determine when the emscripten/emsdk image at docker.com has been updated?
It should be automatically updated/released whenever a new Emscripten version is released and the publish-docker-image CI job passes.
This is principally, for me at least, to be able to include a more up to date version of CMake. Focal has 3.16.3. The Debian Buster based image had CMake 3.13. Installing the most recent CMake from KitWare into that Docker image proved impossible because it had a dependency on a version of libssl not in Buster.
test_dockerimage.shruns successfully using the updated image as does my own project's build.The size of this image is 1.67GB. The Buster-based image is 1.59GB.
Note that I have left intact all the explicit package installs as I did not want to spend time determining which of them may be installed by default in Focal.
After you merge this PR, how can I determine when the emscripten/emsdk image at docker.com has been updated?