Skip to content

Releases: lavie/runlike

1.4.14

09 Sep 16:14
2296186
Compare
Choose a tag to compare

Recently the added new feature: Support to multi host port binding (thanks, @rgiuse)

But lots more features have been added since the last GitHub Release was made (1.4.2). I've been neglecting creating these releases since the CI has automated the process of publishing to pypi and to Dockerhub. So lots of contributions have gone uncredited in the release notes. My apologies.

1.4.2

25 Oct 19:42
b76ab31
Compare
Choose a tag to compare

Thanks to @reconman this project's CI is back up and running.
A few changes have been merged:

1.3.0

06 Aug 02:44
Compare
Choose a tag to compare
  • Support for --memory and --memory-reservation courtesy of @kirktarou
  • Support for --pid courtesy of @junka

In addition the CI was overhauled (using GitHub Actions instead of Travis).

1.1.0

16 Jun 14:49
de2eb6c
Compare
Choose a tag to compare

Support --stdin (the output of docker inspect) instead of specifying a container.

Thanks to @w1ndblow for the implementation!

1.0.3

16 Jun 14:30
3c7e42c
Compare
Choose a tag to compare

The port parsing was re-done since the output of inspect changed slightly.

The entrypoint is fixed (got lost in the migration to Poetry).

1.0.0

13 Jun 06:15
9832d73
Compare
Choose a tag to compare

Thanks to @sestegra for the --runlike feature.

NOTICE: support for python 2.7 has been removed. It's too much of a hassle in terms of CI to support python 2 any more. Sorry.

Hence the version bump to 1.0.0

A few more flags and bug fixes

26 Aug 04:36
Compare
Choose a tag to compare

Thank you to:
@anryko for helping fix a crash with python3.
@sh4wn for adding support for exposed ports and workdir.

0.6.2

26 Jul 16:46
Compare
Choose a tag to compare

A bug fix courtesy of @anryko

Bug Fixes

10 Jul 13:34
Compare
Choose a tag to compare
0.6.1

Add support for both script and module local import (#45)

0.6.0

16 Feb 20:11
Compare
Choose a tag to compare

--dns support