Updated readme

This commit is contained in:
Nicolai Ort 2022-06-11 18:46:11 +02:00
parent da5a15c8f3
commit 50c082626a
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -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