-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
imageRelated to "image" packageRelated to "image" package
Description
Users can specify their own policy.json file under $HOME/.config/containers/ but if one want to modify the policy system-wide, /etc/containers/policy.json needs to be modified.
Any change done there may be overwritten by subsequent updates. It would be great to support drop-ins in a systemd fashion, e.g :
# /etc/containers/policy.d/10-quay-fedora.json
{
"transports": {
"docker" : {
"quay.io/fedora": [
{
"type": "signedBy",
"keyType": "GPGKeys",
"keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora"
}
]
}
}
Since this is JSON this could be merged into the existing policy.json fairly easily.
Metadata
Metadata
Assignees
Labels
imageRelated to "image" packageRelated to "image" package