8000 Tags · kschwab/dockerw · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kschwab/dockerw

Tags

1.3.0

Toggle 1.3.0's commit message
Updates and fixes.

Added vscode attach container support.
Added runtime user shell lock / unlock.
Added auto attach for shell on run detach.
Improved userlock shell intercepts.
Fixed user lock exit status.
Fixed STTY error print.
Fixed temp directory permissions.

1.2.3

Toggle 1.2.3's commit message
Fixes.

* Fixed user lock for non-interactive non-login shells
* Fixed args_only for cache-cmd

1.2.2

Toggle 1.2.2's commit message
Fix.

* Fixed args_only arg getting lost after run args to exec args conversion

1.2.1

Toggle 1.2.1's commit message
Fix.

* Fixed cache_cmd arg getting lost after run args to exec args conversion

1.2.0

Toggle 1.2.0's commit message
Update and fixes.

* Added "--args-only" option
* Fixed wrong args variable name.
* Fixed user volume mounts using reserved /tmp/dockerw directory.

1.1.0

Toggle 1.1.0's commit message
Update and fix.

* Added "--cache-cmd" option
* Fixed file mode creation for temporary files

1.0.2

Toggle 1.0.2's commit message
Fixes.

* Fixed stty rows and cols on exec entry.
* Fixed dockerw venv shell recognition if full path given.

1.0.1

Toggle 1.0.1's commit message
Fixes.

* Fixed handling of iterative loads
* Fixed relative directory path handling for loads
* Fixed load parser blocking help print
* Fixed prompt for replace container to reflect container state

1.0.0

Toggle 1.0.0's commit message
Updates and fixes.

* Added "--auto-attach" and "--auto-replace" options
* Added "--default-shell" option
* Added "--disable-auto-load" option
* Added "--user-lock" option
* Added KeyboardInterrupt catch for main routine
* Added license and classifiers to package config
* Added .gitignore file
* Added user lock banner print out when denied access
* Changed arg name "--image-default" to "--default-image"
* Changed parsing to use custom argparse parser and actions
* Fixed docker image name parsing to be more strict
* Fixed dockerw module load in defaults file using importlib
* Fixed relative argument ordering during parsing
* Fixed shlex join/split of arguments
* Fixed ascii banner not printing properly in some cases for older shell versions

0.9.4

Toggle 0.9.4's commit message
Various fixes.

* Fixed environment variables associated with venv docker image (name, repo, and tags)
* Fixed unnecessary venv login environment variable by embedding in script
* Fixed shellcheck issues
* Fixed shell script upper case local variable names to be lower case
0