bellrocktech/Kaniko Builder
build/push container images
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 | Container registry to push to | yes | — |
| username | Container registry username | yes | — |
| password | Container registry password | yes | — |
| images | provides compat for docker/metadata-action list of images with tags, one per line e.g. images: | repo/image:tag1 repo/image:tag2 | no | — |
| image | Image name to build, cannot be used with 'images' | no | — |
| tag | Image tag to build, cannot be used with 'images' | no | — |
| cache | Cache build layers / image | no | — |
| cache_ttl | TTL after which the cache is considered stale | no | — |
| cache_url | registry and path to use for cache: reg.example.com/repo/cache | no | — |
| dockerfile | Dockerfile | no | — |
| strip_tag_prefix | Prefix to be stripped from the tag | no | — |
| extra_args | Additional args for kaniko executor | no | — |
| build_args | comma separated --build-arg(s) for kaniko: foo=bar,bar=baz | no | — |
| skip_unchanged_digest | Avoids pushing image on same digest | no | — |
| tag_with_latest | Tag this image build with 'latest' tag | no | — |
| target | Build this target from a multistage Dockerfile | no | — |
| debug | Verbose output | no | — |
Outputs
no outputs