Releases: garmin/pyrex
Releases · garmin/pyrex
v1.4.0
New in this release:
- Update for Yocto 3.3 dependencies
- Add
xxd
to tools for 3rd party layers - Default to Ubuntu 20.04 images
v1.3.0: Bump version for release
Notable changes in this release:
- Fixed some handling of problems with subgids.
- Added support for read-only bind mounting of directories into the container.
- Preserve system users and groups in container images to facilitate extending stock images.
v1.2.0
Notable changes in this release:
- Fix for
setpriv
failing when running the container on newer kernels (Thanks to @balister) - Fixed the
PYREX_BIND
environment variable so that it actually works by default /etc/resolv.conf
is now implicitly bound into the container, which should help fix DNS errors, particularly when using a VPN
v1.1.0
Notable changes in this release:
- Ubuntu 20.04 (Focal Fossa) images were added
- CentOS 7 images were dropped
RLIMIT_NOFILE
is set to the maximum hard limit when running under podman (Fixes #46)$TERM
is always passed to the container, even if stdout is not a TTY (fixes errors with some curses applications when stdout is redirected)
v1.0.0
The first stable release of Pyrex. This release makes many structural changes over the previous pre-releasesm and has a different setup procedure. Please see the README for instructions on how to setup the version of Pyrex for your project.
v1.0.0-beta6
- Bind mounts listed in
run:bind
are now required by default, unless theoptional
tag is used (e.g./my/bind,optional
) - Better compatability with alternate project layouts
- Added
oetest
image designed to runoe-selftest
andbitbake-selftest
v1.0.0-beta5
- Fixes
BB_ENV_EXTRAWHITE
andBUILDDIR
environment variables being correctly populated in the host - Excludes additional commands from running in Pyrex
v1.0.0-beta4
4th beta release. Fixes a major issue dealing with the way that paths were bound into the container at capture vs. run time (thanks to @kergoth for helping to find and debug).
v1.0.0-beta3
Third beta testing release
v1.0.0-beta2
Second beta testing release