mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-05 13:47:16 +02:00
The ecosystem is moving towards sigstore and we are federated with the public fulcio instance[1], so let's sign our images. Cosign is not used, but the sigstore feature built into podman, which works basically the same way as cosign. [1] https://github.com/sigstore/fulcio/pull/1214 Fix #77
7 lines
204 B
YAML
7 lines
204 B
YAML
fulcio:
|
|
fulcioURL: "https://fulcio.sigstore.dev"
|
|
oidcMode: "staticToken"
|
|
oidcIssuerURL: "https://gitlab.archlinux.org"
|
|
oidcIDToken: "TEMPLATE_OIDC_ID_TOKEN"
|
|
rekorURL: "https://rekor.sigstore.dev"
|