New EXP Docker images available #105
The9Cat
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The latest Docker images use the EXP
main
branch as of January 1, 2025.While, most of the changes are bug fixes, there are three feature enhancements:
In addition, we are rolling out Docker images that install most Python packages in a global
venv
rather than a system-widepip install
. This strategy provides containment and is now the official upstream policy. You will need a new version of expbox which will automatically grab the new Docker image. Otherwise, there will be little or no user differences except to be aware that the virtual Python environment lives in/opt/venv
and will need to be activated if you would like to add packages from a terminal session. These new style images are tagged as24
.I plan to build the old style Docker images for a while to ensure backward compatibility but please consider these deprecated. I will drop them altogether at some point during this year. These will be tagged with
latest
(again for compatibility with the oldexpbox
script) and22
(for Ubuntu 22.04). I also plan to drop thelatest
tag altogether; it's confusing.Please consider upgrading to the new expbox when you can. I have checked the latest Docker images for both the amd64 and arm64 architectures (the latter in an emulator) , but please report any issues.
Beta Was this translation helpful? Give feedback.
All reactions