Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Releases: frigg/docker-wrapper-py

v2.1.2

29 Jan 11:09
Compare
Choose a tag to compare

Fix

  • Remove color=never
  • Fix failing test

v2.1.1

28 Sep 13:15
Compare
Choose a tag to compare

Fix

  • Set login and tty options to false as default

v2.1.0

27 Sep 17:50
Compare
Choose a tag to compare

Feature

  • Add tty option
  • Add login option in run

v2.0.0

23 Aug 20:30
Compare
Choose a tag to compare

Fix

  • Remove whitespace removal from run()
  • Use docker exec's return code

Breaking

  • Removal of whitespace prefix and suffix from stdout and stderr is removed.
  • As this relies on moby/moby@00c2a8f it won't work with older Docker versions than 1.3.2.

v1.1.0

23 Aug 19:50
Compare
Choose a tag to compare

Feature

  • Use cat instead of echo for write_file

0.7.0

26 Jun 07:59
Compare
Choose a tag to compare
  • Fix environment variables in commands
  • Add more information to DockerUnavailableError

0.3.0

16 Apr 14:03
Compare
Choose a tag to compare
  • Add support for combining output
  • Add debug logging in _execute
  • Make ProcessResult a property
  • Fix return code in docker.run
  • Fix ~/ prefix issue in _get_working_directory