Skip to content

Releases: datastack-net/dockerized

v2.4.0

20 Mar 20:35
Compare
Choose a tag to compare

2.4.0 (2022-03-20)

Bug Fixes

  • allow overriding GOARCH for 'go' when running from source (fd34712)

Features

v2.3.0

20 Mar 16:10
Compare
Choose a tag to compare

2.3.0 (2022-03-20)

Bug Fixes

  • --shell for alpine-based commands (e3c3e86)

Features

v2.2.4

20 Mar 15:44
Compare
Choose a tag to compare

2.2.4 (2022-03-20)

Bug Fixes

  • include .env file in windows build (5f7c435)

v2.2.3

20 Mar 15:33
Compare
Choose a tag to compare

2.2.3 (2022-03-20)

Bug Fixes

  • dockerized overrides GOOS env var, breaking windows build on fresh systems (21703f6)

v2.2.2

20 Mar 15:03
Compare
Choose a tag to compare

2.2.2 (2022-03-20)

Bug Fixes

  • Windows build not executable on Windows (528c7d8)

v2.2.1

20 Mar 14:56
Compare
Choose a tag to compare

2.2.1 (2022-03-20)

Bug Fixes

  • pre-compiled Windows binary could not run because of missing compose file (e0fab23)
  • remove accidentally added services that triggered warnings (81dc609)

v2.2.0

20 Mar 14:48
Compare
Choose a tag to compare

2.2.0 (2022-03-20)

Features

  • add 'zip' (82a753c)
  • automatically release windows binaries (3c73176)
  • Pass GOOS env to 'go' command for cross-compilation (416d14b)

v2.1.0

20 Mar 12:59
Compare
Choose a tag to compare

2.1.0 (2022-03-20)

Bug Fixes

  • running --shell without arguments (e9573ee)

Features

v2.0.0

20 Mar 12:32
994e2e6
Compare
Choose a tag to compare
fix: --shell option not working for all dockerized commands (#9)

v2.0.0-rc3

18 Mar 17:26
Compare
Choose a tag to compare
v2.0.0-rc3 Pre-release
Pre-release
chore: moving default service settings from compose file into code