mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

remove signatures to podman save since the image formats do not support signatures Close: #7659 Signed-off-by: Qi Wang <qiwan@redhat.com>
19 lines
359 B
JSON
19 lines
359 B
JSON
{
|
|
"default": [
|
|
{
|
|
"type": "insecureAcceptAnything"
|
|
}
|
|
],
|
|
"transports": {
|
|
"docker": {
|
|
"localhost:5000": [
|
|
{
|
|
"type": "signedBy",
|
|
"keyType": "GPGKeys",
|
|
"keyPath": "/tmp/key.gpg"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|