summaryrefslogtreecommitdiff
path: root/.hadolint.yaml
blob: e7387659d562fe214faed92a0c3b15ade7aab65b (plain)
1
2
3
4
5
6
7
8
9
10
11
ignored:
  # disable explicit version for apt install
  - DL3008
  # disable explicit version for apk install
  - DL3018
  # disable check for consecutive `RUN` instructions
  - DL3059
trustedRegistries:
  - docker.io
  - ghcr.io
  - quay.io