summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/image_builder/policy.json
blob: c9a9b225cfb42ea86f5861cb3369553e8cc490c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "default": [{ "type": "reject" }],
  "transports": {
    "docker-archive": {
      "": [{ "type": "insecureAcceptAnything" }]
    },
    "dir": {
      "": [{ "type": "insecureAcceptAnything" }]
    }
  }
}