mirror of
https://github.com/imjasonh/shipwright-cosign-example
synced 2026-07-16 12:12:03 +00:00
19 lines
393 B
YAML
19 lines
393 B
YAML
|
|
apiVersion: shipwright.io/v1alpha1
|
||
|
|
kind: Build
|
||
|
|
metadata:
|
||
|
|
name: kaniko-build
|
||
|
|
spec:
|
||
|
|
source:
|
||
|
|
url: https://github.com/imjasonh/shipwright-cosign-example
|
||
|
|
strategy:
|
||
|
|
kind: ClusterBuildStrategy
|
||
|
|
name: kaniko
|
||
|
|
output:
|
||
|
|
image: index.docker.io/imjasonh/signed
|
||
|
|
credentials:
|
||
|
|
name: dockerhub-dockerconfig
|
||
|
|
sign:
|
||
|
|
keyPath: cosign.key
|
||
|
|
passphrase:
|
||
|
|
name: passphrase
|