Skip to content

Releases: lavie/runlike

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

0.5.1

22 Oct 05:49
Compare
Choose a tag to compare

Add add-host support.