-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy path.hadolint.yaml
More file actions
30 lines (28 loc) · 840 Bytes
/
.hadolint.yaml
File metadata and controls
30 lines (28 loc) · 840 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
25
26
27
28
29
30
# vim:ts=4:sts=4:sw=4:et
#
# Author: Hari Sekhon
# Date: 2019-10-01 16:14:15 +0100 (Tue, 01 Oct 2019)
#
# https://github.com/HariSekhon/Templates
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help improve or steer this or other code I publish
#
# https://www.linkedin.com/in/HariSekhon
#
ignored:
# Maintainer is deprecated
#- DL4000
# FROM latest - dev images build on upstream latest tag intentionally
- DL3007
# apt-get install versions need not be pinned
- DL3008
# apk add versions need not be pinned
- DL3018
#- SC1010
# - for dev images it's ok to use both curl and wget as they are dependencies of different scripts
- DL4001
trustedRegistries:
- docker.io
#- my-company.com:5000