Updated readme
This commit is contained in:
parent
da5a15c8f3
commit
50c082626a
15
README.md
15
README.md
@ -7,7 +7,20 @@ Modified by [ODIT.Services](https://odit.services) to enable local builds to tar
|
||||
|
||||
|
||||
## Settings
|
||||
TODO:
|
||||
|
||||
* `registry`: Your registry (defaults to docker hub)
|
||||
* `repo`: The image repository
|
||||
* `tags`: The image tags (as a simple string or an array)
|
||||
* `username`: Username for the chosen docker registry
|
||||
* `password`: Password for the chosen docker registry
|
||||
* `nopush`: Disable Pushing to registry (boolean)
|
||||
* `tarpath`: Export the image to tar (relative path)
|
||||
* `cache`: Use cached intermediate containers (boolean)
|
||||
* `skip_tls_verify`: Skip SSL/TLS certificate verification (boolean)
|
||||
* `build_args`: Pass custom arguments to docker build
|
||||
* `build_args_from_env`: Pass the envvars as custom arguments to docker build
|
||||
* `json_key`: Provide registry auth data via json_key (mostly for gcr)
|
||||
* `auto_tag`: generate tag names automatically based on git branch and git tag
|
||||
|
||||
## Examples
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user