-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.hadolint.yml
More file actions
24 lines (24 loc) · 762 Bytes
/
.hadolint.yml
File metadata and controls
24 lines (24 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
failure-threshold: warning
ignored:
- DL3003
- DL3008
- DL4006
label-schema: # https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
org.opencontainers.image.title: text
org.opencontainers.image.description: text
org.opencontainers.image.version: semver
# org.opencontainers.image.revision: text
# org.opencontainers.image.created: rfc3339
org.opencontainers.image.url: url
# org.opencontainers.image.documentation: url
org.opencontainers.image.source: url
org.opencontainers.image.licenses: spdx
org.opencontainers.image.authors: text
org.opencontainers.image.vendor: text
maintainer: text
strict-labels: true
trustedRegistries:
- docker.io
- ghcr.io
- registry.gitlab.com
- mcr.microsoft.com