Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Releases: JasonYangShadow/lpmx

Alpha Pre-Release v0.8

04 Sep 13:23
Compare
Choose a tag to compare
Pre-release

[Enhancements]

  1. LPMX support importing tarball file exported by "Docker save" command
  2. LPMX support updating libfakechroot.so by "lpmx update" command.

[Bug Fix]

  1. Fixing the bug of "could not init if the LPMX binary name is not 'lpmx'"

Alpha Pre-Release v0.7

25 Jul 15:06
Compare
Choose a tag to compare
Pre-release

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

22 Jul 03:03
Compare
Choose a tag to compare
Pre-release

We published Alpha v0.6 release, including some enhancements.

[enhancement]

  1. 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.
  2. 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]

  1. failure of stopping memcached instance sometimes
  2. other tiny issues

Alpha Pre-Release v0.5

11 Jul 01:09
Compare
Choose a tag to compare
Pre-release

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

13 Apr 14:10
Compare
Choose a tag to compare
Pre-release

alpha-v0.4 release
[Fix]

  1. permission denied issue during uncompressing docker image

[Enhancement]

  1. Add support for downloading files from google drive

Alpha Pre-Release v0.3

26 Feb 06:50
Compare
Choose a tag to compare
Pre-release

LPMX supports completely offline installation and migration.

Bug Fix.

Alpha Pre-Release v0.2

18 Feb 06:53
Compare
Choose a tag to compare
Pre-release

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

14 Feb 16:08
Compare
Choose a tag to compare
Pre-release

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