Releases: JasonYangShadow/lpmx
Alpha Pre-Release v0.8
[Enhancements]
- LPMX support importing tarball file exported by "Docker save" command
- LPMX support updating libfakechroot.so by "lpmx update" command.
[Bug Fix]
- Fixing the bug of "could not init if the LPMX binary name is not 'lpmx'"
Alpha Pre-Release v0.7
We published Alpha v0.7 release, including some enhancements.
[enhancement]
Add support of merging all docker layers into one layer in order for better file access performance. And this operation is not revertable but all original layers are kept.
Alpha Pre-Release v0.6
We published Alpha v0.6 release, including some enhancements.
[enhancement]
- Add FAKECHROOT_EXCLUDE_EX_PATH support, which is used for creating some special excluded paths, such as /sys/fs/dbus, and /proc/sys/fs/binfmt_misc, required by "apt" during package installation. Obviously, we use faked-unionfs and we can create anything locally.
- Add support for searching and downloading proper files from Github by the predefined configuration file. It is used for the build farm support.
[bugs fix]
- failure of stopping memcached instance sometimes
- other tiny issues
Alpha Pre-Release v0.5
alpha-v0.5 release
[Enhancement]
Add support for mounting directories from the host when creating containers
"lpmx docker create -v /host:/container docker_image", both host dir and container dir should be absolute paths.
Use "lpmx version" to check the current version.
Alpha Pre-Release v0.4
alpha-v0.4 release
[Fix]
- permission denied issue during uncompressing docker image
[Enhancement]
- Add support for downloading files from google drive
Alpha Pre-Release v0.3
LPMX supports completely offline installation and migration.
Bug Fix.
Alpha Pre-Release v0.2
This release adds new features of initialization and installation offline
If you would like to install software using 'apt/yum' locally and transmit local newly created layer to one new machine(i.e, the runtime environment, similar to Singularity), you will get this feature in next release.
Currently, LPMX could package downloaded docker image from docker hub and load it locally, you could not install any software inside the containerized os if you do not have network access in the runtime environment.
Alpha Pre-Release v0.1
LPMX alpha release v0.1 X86_64
Platform support:
Host OS : Ubuntu 18.04 & Ubuntu 16.04
Container OS: Ubuntu 16.04 & Ubuntu 14.04