aevea/Kaniko builder
Build and push docker images using Kaniko
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the build context | no | . |
| registry | Docker registry where the image will be pushed | no | — |
| username | Username used for authentication to the Docker registry | no | — |
| password | Password used for authentication to the Docker registry | no | — |
| image | Image name | yes | — |
| tag | Image tag | no | — |
| cache | Enables build cache | no | — |
| cache_ttl | How long the cache should be considered valid | no | — |
| cache_registry | Docker registry meant to be used as cache | no | — |
| cache_directory | Filesystem path meant to be used as cache | no | — |
| build_file | Dockerfile filename | no | — |
| strip_tag_prefix | Prefix to be stripped from the tag | no | — |
| extra_args | Additional arguments to be passed to the kaniko executor | no | — |
| skip_unchanged_digest | Avoids pushing the image if the build generated the same digest | no | — |
| tag_with_latest | Tags the built image with additional latest tag | no | — |
| target | Sets the target stage to build | no | — |
| debug | Enables trace for entrypoint.sh | no | — |
Outputs
| name | description |
|---|---|
| image | Full reference to the built image with registry and tag |