Skip to content

Releases: garmin/pyrex

v1.0.0-beta1

03 Dec 15:22
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

Beta release for testing

v0.0.4

09 Nov 01:41
Compare
Choose a tag to compare
  • Add support for using podman in place of Docker. Set config:dockerpath = podman in pyrex.ini to try it out.
  • Several bug fixes (#31, #32, #33, & #37). Special thanks to @kergoth

v0.0.3

16 Oct 14:26
Compare
Choose a tag to compare
  • Adds pyrex-config command which can be used to fetch pyrex config variable values from the pyrex shell
  • Adds support for fixed pyrex configuration files using the PYREXCONFFILE environment variable
  • Adds support for custom startup scripts. This is useful if an image derived from one of the pyrex images wants to add additional startup logic

v0.0.2

29 Jul 20:28
Compare
Choose a tag to compare
  • Procedure for generating the Docker container images now emits both the final images and intermediate ones containing just the UID remapping and PID 1 logic (see a02bad8).
  • Improve handling of $TERM under tools such as devshell.
  • Various internal continuous integration improvements.

Test release

10 Jul 21:26
Compare
Choose a tag to compare
Test release Pre-release
Pre-release
v0.0.1-next1

bump version for test release

v0.0.1: deploy_docker: Handle empty TRAVIS_TAG

24 Jun 15:19
Compare
Choose a tag to compare
TRAVIS_TAG can be set to an empty string by Travis, which should be
interpreted as "latest"