github.com/mgoltzsche/ctnr@v0.7.1-alpha/image-policy-example.json (about)

     1  {
     2    "default": [
     3      {
     4        "type": "reject"
     5      }
     6    ],
     7    "transports": {
     8      "docker-daemon": {
     9        "": [
    10          {
    11            "type": "insecureAcceptAnything"
    12          }
    13        ]
    14      },
    15      "docker": {
    16        "": [
    17          {
    18            "type": "insecureAcceptAnything"
    19          }
    20        ]
    21      }
    22    }
    23  }