Releases: kerren/dockem
Releases · kerren/dockem
v2.5.0
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
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
2.3.0 (2024-05-01)
Features
tests: Add more tests around tagging (fa7d864 ), closes #14
flags: Filter out empty tags
v2.2.0
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
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
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
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
Completed
Add unit tests for the standard flows and ensure that they pass - minor modifications were needed
v1.2.2
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
Bug Fixes
Fix the issue where Dockerfiles outside the build context were not being pulled through. Addresses issue #1
You can’t perform that action at this time.