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