* Fix Rn modes to enable containers execution from readonly dirs * Documentation centralized installation and readonly setups * Fix handling of dockerhub repository names in /v2 * Improve documentation and align with 1.1.8b2 * Add credits * Fix delete of paths with symlinks: closes 267, 265 * Fix issues with login credentials: closes 310 * Fix pull images from docker hub in Termux: closes 307 * Fix issues on running udocker in googlecolab: closes 286 * Fix execution with Pn modes in alternate /tmp: closes 284 * Add conditional delay-directory-restore to untar layers * Add exclude of whiteouts on layer untar * Add --nobanner to udocker run
1.2.7
* Major restructuring of the code * Major restructuring of the unit tests * Porting to Python 3, still supports python 2.7 * All fixes up to previous 1.1.7 version have been applied * Added scripts tests udocker: `utils/udocker_test.sh utils/udocker_test-run.sh`
1.1.41
* Fix run --location * Fix udocker integrated help * Fix naming of containers * Improve parsing of image names * Documentation improvements * `os._exit` from Unshare.unshare() * Disable `FAKECHROOT_DISALLOW_ENV_CHANGES` in F4 mode
1.1.8
* Last 1.1.x release * Fix Rn modes to enable containers execution from readonly dirs * Documentation centralized installation and readonly setups
1.1.7
* Fix P1 when Linux 4.8.0 SECCOMP is backported, affects newer CentOS 7: closes 282 * Check for file ownership on remove wrongly follows symlinks: closes 266, 267 * udocker unexpectedly uses P1 exec mode instead of P2: closes 274 * Allow passing of `PROOT_TMP_DIR` environment variable: closes 284
1.1.6
* Complete fix for of ELF paths in modes Fn for "$ORIGIN:$ORIGIN": closes 255