Skip to content

Releases: ad-freiburg/wharfer

Environmental concern

25 Jul 09:32
Compare
Choose a tag to compare

This minor release just adds the -e flag to wharfer run, allowing one to pass environment variables into a container.

Wharfer goes astray

15 Jun 13:40
Compare
Choose a tag to compare
Wharfer goes astray Pre-release
Pre-release

In this release we are introducing some intentional incompatibilities in the use of the wharfer vs docker commands. These differences are intended to make wharfer even better suited to our academic, shared system environment:

  1. wharfer rundefaults to using the --rm flag, this is intended to prevent unintentionally cluttering shared systems with containers. Unlike in docke --restart automatically turns --rm off.
  2. wharfer run defaults to using --init this should make sure that zombie processes are always reaped

Initial Pre-Release

23 May 19:01
Compare
Choose a tag to compare

This is the initial binary release of wharfer. Due to the early version and very limited testing it is only somewhat production ready though it is used on internal systems.