zotregistry.dev/zot@v1.4.4-0.20240314164342-eec277e14d20/examples/config-lint.json (about)

     1  {
     2      "distSpecVersion": "1.1.0",
     3      "storage": {
     4          "rootDirectory": "/tmp/zot"
     5      },
     6      "http": {
     7          "address": "127.0.0.1",
     8          "port": "8080"
     9      },
    10      "log": {
    11          "level": "debug"
    12      },
    13      "extensions": {
    14          "lint": {
    15            "enable": true,
    16            "mandatoryAnnotations": ["annot1", "annot2", "annot3"]
    17            
    18            }
    19        }
    20  }