ad1d3a6fa9
- initial build Signed-off-by: Jindrich Novy <jnovy@redhat.com>
120 lines
3.8 KiB
JSON
120 lines
3.8 KiB
JSON
{
|
|
"default": [
|
|
{
|
|
"type": "reject"
|
|
}
|
|
],
|
|
"transports": {
|
|
"docker": {
|
|
"localhost:5555": [
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "@keydir@/personal-pubkey.gpg"
|
|
}
|
|
],
|
|
"localhost:5000/myns/extension": [
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "@keydir@/personal-pubkey.gpg"
|
|
}
|
|
],
|
|
"localhost:5006/myns/mirroring-primary": [
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "@keydir@/personal-pubkey.gpg"
|
|
}
|
|
],
|
|
"localhost:5006/myns/mirroring-mirror": [
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "@keydir@/personal-pubkey.gpg"
|
|
}
|
|
],
|
|
"docker.io/openshift": [
|
|
{
|
|
"type": "insecureAcceptAnything"
|
|
}
|
|
]
|
|
},
|
|
"dir": {
|
|
"/@dirpath@": [
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "@keydir@/official-pubkey.gpg",
|
|
"signedIdentity": {
|
|
"type": "exactRepository",
|
|
"dockerRepository": "localhost:5000/myns/official"
|
|
}
|
|
}
|
|
],
|
|
"": [
|
|
{
|
|
"type": "insecureAcceptAnything"
|
|
}
|
|
]
|
|
},
|
|
"atomic": {
|
|
"localhost:5006/myns/personal": [
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "@keydir@/personal-pubkey.gpg"
|
|
}
|
|
],
|
|
"localhost:5006/myns/official": [
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "@keydir@/official-pubkey.gpg"
|
|
}
|
|
],
|
|
"localhost:5006/myns/naming:test1": [
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "@keydir@/official-pubkey.gpg"
|
|
}
|
|
],
|
|
"localhost:5006/myns/naming:naming": [
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "@keydir@/official-pubkey.gpg",
|
|
"signedIdentity": {
|
|
"type": "exactRepository",
|
|
"dockerRepository": "localhost:5006/myns/official"
|
|
}
|
|
}
|
|
],
|
|
"localhost:5006/myns/cosigned:cosigned": [
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "@keydir@/official-pubkey.gpg",
|
|
"signedIdentity": {
|
|
"type": "exactRepository",
|
|
"dockerRepository": "localhost:5006/myns/official"
|
|
}
|
|
},
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "@keydir@/personal-pubkey.gpg"
|
|
}
|
|
],
|
|
"localhost:5000/myns/extension": [
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "@keydir@/personal-pubkey.gpg"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|