File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,18 @@ oci_preflight_image_name := quay.io/jetstack/venafi-agent
2222oci_preflight_image_tag := $(VERSION )
2323oci_preflight_image_name_development := jetstack.local/venafi-agent
2424
25+ # Annotations are the standardised set of annotations we set on every component we publish
26+ oci_preflight_build_args := \
27+ --image-annotation="org.opencontainers.image.vendor"="CyberArk Software Ltd." \
28+ --image-annotation="org.opencontainers.image.licenses"="EULA - https://www.cyberark.com/contract-terms/" \
29+ --image-annotation="org.opencontainers.image.authors"="
[email protected] "
\ 30+ --image-annotation="org.opencontainers.image.title"="Venafi Kubernetes Agent" \
31+ --image-annotation="org.opencontainers.image.description"="Gathers machine identity data from Kubernetes clusters." \
32+ --image-annotation="org.opencontainers.image.url"="https://www.cyberark.com/products/certificate-manager-for-kubernetes/" \
33+ --image-annotation="org.opencontainers.image.documentation"="https://docs.venafi.cloud/vaas/k8s-components/c-tlspk-agent-overview/" \
34+ --image-annotation="org.opencontainers.image.version"="$(VERSION ) " \
35+ --image-annotation="org.opencontainers.image.revision"="$(GITCOMMIT ) "
36+
2537deploy_name := venafi-kubernetes-agent
2638deploy_namespace := venafi
2739
You can’t perform that action at this time.
0 commit comments