(insecurely) allow docker.io/library/debian

This commit is contained in:
Vinzenz Schroeter 2025-02-19 21:30:06 +01:00
parent e44a1d3b08
commit cbce2da2cc

View file

@ -11,6 +11,13 @@
"type": "insecureAcceptAnything"
}
]
},
"docker": {
"docker.io/library/debian": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}