Releases: JeiKeiLim/ducker
Releases · JeiKeiLim/ducker
v0.1.8
What's Changed
- Add DUCKER_DEBUG environment variable check to print raw command only… by @JeiKeiLim in #28
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Add checking UID and GID upon 'ducker build'. Also overrides UID or G… by @JeiKeiLim in #26
ducker build
will check UID
and GID
on run time.
However, if —build-arg UID
or —build-arg GID
exist in .ducker.yaml
or provided by CLI argument, it will override them.
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Fix alises for to which should have been and to for convinience. … by @JeiKeiLim in #25
Alias changes
ducker run —docker-args
->ducker run —args
ducker exec -e
->ducker exec -s
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Add starting container for exec command if the container is not running. by @JeiKeiLim in #21
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- docs: add JeiKeiLim as a contributor for code, and ideas by @allcontributors in #9
- docs: add ulken94 as a contributor for code by @allcontributors in #10
- Fix ducker init command by @ulken94 in #11
- refactored cross_compile.sh for better readability by @JeiKeiLim in #13
- Refactor/cross compile by @JeiKeiLim in #14
- (WIP) Add install script by @JeiKeiLim in #15
- Add default type selection in .ducker.yaml and --run-cmd will implici… by @JeiKeiLim in #20
New Contributors
- @allcontributors made their first contribution in #9
Full Changelog: v0.1.3...v0.1.4
2022-1029 v0.1.3
What's Changed
- Add ps and images command by @ulken94 in #7
- Apply gofmt and golint. by @JeiKeiLim in #6
New Contributors
Full Changelog: v0.1.2...v0.1.3
2022-1018 v0.1.2
What's Changed
- Add global and local config support. by @JeiKeiLim in #5
Full Changelog: v0.1.1...v0.1.2
2022-0921 v0.1.1
First release
What's Changed
- Create LICENSE by @JeiKeiLim in #1
- Add dockerfile template support. by @JeiKeiLim in #2
- Change app name to ducker by @JeiKeiLim in #3
- Add icon file by @JeiKeiLim in #4
New Contributors
- @JeiKeiLim made their first contribution in #1
Full Changelog: https://github.com/JeiKeiLim/ducker/commits/v0.1.1