sharenet/registry/containers-policy.json
continuist 98c5fb948f
Some checks failed
CI/CD Pipeline (Fully Isolated DinD) / Run Tests (DinD) (push) Has been cancelled
CI/CD Pipeline (Fully Isolated DinD) / Build and Push Docker Images (DinD) (push) Has been cancelled
CI/CD Pipeline (Fully Isolated DinD) / Deploy to Production (push) Has been cancelled
Change from docker to podman and add security hardening
2025-08-18 23:03:06 -04:00

33 lines
503 B
JSON

{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker": {
"localhost:443": [
{
"type": "insecureAcceptAnything"
}
],
"localhost:4443": [
{
"type": "insecureAcceptAnything"
}
],
"docker.io": [
{
"type": "insecureAcceptAnything"
}
]
},
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}