yinheli/kaniko action build
build a docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| context | path to the dockerfile | — | — |
| dockerfile | default Dockerfile | — | Dockerfile |
| image | docker image name without tags, mutiple image can be separated by comma, this params is conflict with destination, please choose one of them | — | — |
| destination | docker image name with tags, mutiple destination can be separated by comma | — | — |
| build-arg | build arg | — | — |
| insecure | allow insecure connection to registry | — | false |
| insecure-pull | allow insecure pull | — | false |
| insecure-registry | allow insecure registry | — | — |
| skip-tls-verify | skip tls verify | — | false |
| skip-tls-verify-pull | skip tls verify pull | — | false |
| skip-unused-stages | skip unused stages | — | true |
| label | label | — | — |
| no-push | no push | — | false |
| cache | enable cache | — | false |
| cache-repo | cache repo | — | — |
| registry-mirror | registry mirror | — | docker.mirrors.sjtug.sjtu.edu.cn,mirror.baidubce.com,index.docker.io |
| dockerconfig-dir | docker config file location, which mount to kaniko | — | /.docker |
Outputs
no outputs