Skip to content

Tags: JeiKeiLim/ducker

Tags

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add DUCKER_DEBUG environment variable check to print raw command only…

…. Fix ducker exec to use default shell type by default. (#28)

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add checking UID and GID upon 'ducker build'. Also overrides UID or G… (

#26)

* Add checking UID and GID upon 'ducker build'. Also overrides UID or GID when '--build-arg UID' or '--build-arg GID' is presented in config.

* Add checking '--build-arg UID' or '--build-arg GID' in CLI arguments

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix alises for to which should have been and to for convinience. And …

…bump up the default ubuntu version to 22.04 (#25)

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add starting container for exec command if the container is not runni…

…ng. (#21)

* Add starting container for exec command if the container is not running.

* Fix errata in exec alias.

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add default type selection in .ducker.yaml and --run-cmd will implici…

…tly make no shell to run. (#20)

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply gofmt and golint. (#6)

* Apply gofmt and golint.

* Change function names.

* Add cross compile script for release.

Co-authored-by: JeiKeiLim <limjk@jmarple.ai>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add global and local config support. (#5)

* Add global and local config support.

* Add ducker config generation option.

* Add overwrite ask option.

Co-authored-by: JeiKeiLim <limjk@jmarple.ai>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md