mirror of
https://github.com/imjasonh/shipwright-cosign-example
synced 2026-07-14 03:27:29 +00:00
18 lines
393 B
YAML
18 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
|