init d
This commit is contained in:
parent
ea2a997724
commit
f9eff77790
16 changed files with 707 additions and 0 deletions
7
.hadolint.yaml
Normal file
7
.hadolint.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
# https://github.com/hadolint/hadolint#configure
|
||||
failure-threshold: style
|
||||
strict-labels: true
|
||||
disable-ignore-pragma: true
|
||||
ignored:
|
||||
# - DL3008 # Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
||||
trustedRegistries: [docker.io]
|
Loading…
Add table
Add a link
Reference in a new issue