feat: add production tuf root

This commit is contained in:
mrjoelkamp
2024-07-10 09:46:47 -05:00
parent a4fe4eb4bd
commit 84a7b26e2c
6 changed files with 172 additions and 10 deletions

View File

@@ -5,13 +5,18 @@ clientCAFile: /tmp/gatekeeper/ca.crt
port: 8090
replicas: 1
# uncomment these lines to use the dev TUF root
# uncomment these lines to use other TUF root environments
# tufRoot: dev
# tufMetadataSource: https://docker.github.io/tuf-dev/metadata
# tufTargetsSource: https://docker.github.io/tuf-dev/targets
#
# tufRoot: staging
# tufMetadataSource: registry-1.docker.io/docker/tuf-metadata-staging
# tufTargetsSource: registry-1.docker.io/docker/tuf-targets-staging
tufMetadataSource: https://docker.github.io/tuf-staging/metadata
tufTargetsSource: https://docker.github.io/tuf-staging/targets
tufRoot: prod
tufMetadataSource: registry-1.docker.io/docker/tuf-metadata
tufTargetsSource: registry-1.docker.io/docker/tuf-targets
attestationStyle: referrers