Skip to content

Releases: the-kbA-team/dockertools

v4.1.3

17 Jul 11:59
64edc4f
Compare
Choose a tag to compare

Bugfix

  • #8 Removed set -e from docker_hosts.sh causing the script to quit early on any error.

Full Changelog: v4.1.2...v4.1.3

v4.1.2 Bugfix release

26 Mar 08:22
0212c7f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.1.2

v2.0.2

24 Sep 19:11
Compare
Choose a tag to compare

Stable version 2.0.2
Changes

  • don't rely on existing .git directory

Bugfix release 4.1.1

20 Jan 12:38
ce7dfbb
Compare
Choose a tag to compare

Bugfixes

  • #3 Fixed missing container (-c) parameter for exec command.

Release 4.1.0

11 Jan 15:25
dd5ed58
Compare
Choose a tag to compare

New

  • Added cleanup command to docker.sh removing files created by ${DEFAULT_EXEC_USER}.

Release 4.0.0

11 Jan 11:57
4901008
Compare
Choose a tag to compare

Changes

  • Renamed script add_docker_hosts.sh to docker_hosts.sh.
  • Removed remove_docker_hosts.sh script because docker_hosts.sh already contains removal.

New

  • Added docker.sh for scripting docker_hosts.sh and docker(-compose) actions.

Bugfix release 3.0.1

22 Dec 18:57
e8832d6
Compare
Choose a tag to compare

Bugfixes

  • Exclude .github/ directory in git export.

Release v3.0.0

22 Dec 18:53
66f836c
Compare
Choose a tag to compare

Changes

  • Removed wait script (obsolete).
  • Removed container IP script (obsolete).
  • Refactored add_docker_hosts.sh to automatically remove and add all running containers in the /etc/hosts file.
  • Refactored scripts to be POSIX compatible (sh, dash and bash).

Stable version 2.0.1

11 Dec 12:53
Compare
Choose a tag to compare

Changes

  • Check if docker container is up before determining its IP address.
  • Use DOCKER_REGISTRY environment variable in case of local caching registries.
  • Added .gitattributes file for clean archives.

Stable version 2.0.0

03 Apr 08:47
Compare
Choose a tag to compare

Initial release.