Skip to content

Releases: kerren/dockem

v2.5.0

06 May 19:19
16cf82b
Compare
Choose a tag to compare

2.5.0 (2024-05-06)

Features

  • auth: Use the regclient code to extract the docker host authentication from ~/.docker/config.json #17 (6d8a237)

v2.4.0

05 May 17:55
5f10ab4
Compare
Choose a tag to compare

2.4.0 (2024-05-05)

Features

Bug Fixes

  • auth: Ensure that the Docker client uses the auth config file if the password has not been specified #15 (135ffab)

v2.3.0

01 May 14:09
0e71fd0
Compare
Choose a tag to compare

2.3.0 (2024-05-01)

Features

  • tests: Add more tests around tagging (fa7d864), closes #14
  • flags: Filter out empty tags

v2.2.0

30 Apr 12:54
349c918
Compare
Choose a tag to compare

2.2.0 (2024-04-30)

Features

  • devops: Add a get script to pull the latest binary #13 (6ac0af8)
  • devops: Split the build workflow out of the tests #12 (6a44e85)
  • refactor: Use a consistent print function across the code #11 (8a7ab17)

v2.1.0

28 Apr 13:45
ca74119
Compare
Choose a tag to compare

Completed

  • Add a new build technique to ensure that the version is built into the cli. You can now use --version to get the currently installed cli version

v2.0.0

28 Apr 13:23
7cc69f3
Compare
Choose a tag to compare

Completed

  • BREAKING CHANGE
  • Remove the docker build flags option because it is currently not supported and may lead users to believe an expected outcome should take place but it won't

v1.4.0

28 Apr 13:12
f3b443e
Compare
Choose a tag to compare

Completed

  • Add a test for when the Dockerfile is outside of the build context
  • Defer the removal of the tempfile instead of calling os.RemoveAll in certain places when the Dockerfile is outside of the build context

v1.3.0

28 Apr 13:11
8be3d7c
Compare
Choose a tag to compare

Completed

  • Add unit tests for the standard flows and ensure that they pass - minor modifications were needed

v1.2.2

28 Apr 08:57
2dfcdc2
Compare
Choose a tag to compare

Completed

  • Try to set defaults for the host when it isn't specified (aka. the user is using Dockerhub). Addresses issue #3

v1.2.1

28 Apr 08:34
a7786c2
Compare
Choose a tag to compare

Bug Fixes

  • Fix the issue where Dockerfiles outside the build context were not being pulled through. Addresses issue #1