Skip to content

Releases: garmin/pyrex

v1.4.0

16 Sep 14:09
Compare
Choose a tag to compare

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

08 Apr 20:11
Compare
Choose a tag to compare

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

11 Feb 21:48
Compare
Choose a tag to compare

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

19 May 21:40
Compare
Choose a tag to compare

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

28 Jan 19:50
Compare
Choose a tag to compare

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

15 Jan 20:45
Compare
Choose a tag to compare
v1.0.0-beta6 Pre-release
Pre-release
  • Bind mounts listed in run:bind are now required by default, unless the optional tag is used (e.g. /my/bind,optional)
  • Better compatability with alternate project layouts
  • Added oetest image designed to run oe-selftest and bitbake-selftest

v1.0.0-beta5

07 Jan 18:53
Compare
Choose a tag to compare
v1.0.0-beta5 Pre-release
Pre-release
  • Fixes BB_ENV_EXTRAWHITE and BUILDDIR environment variables being correctly populated in the host
  • Excludes additional commands from running in Pyrex

v1.0.0-beta4

30 Dec 22:20
Compare
Choose a tag to compare
v1.0.0-beta4 Pre-release
Pre-release

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

09 Dec 19:42
Compare
Choose a tag to compare
v1.0.0-beta3 Pre-release
Pre-release

Third beta testing release

v1.0.0-beta2

06 Dec 20:21
Compare
Choose a tag to compare
v1.0.0-beta2 Pre-release
Pre-release

Second beta testing release