Initial plugin source.

This commit is contained in:
Stephan Schnabel 2025-02-03 11:46:21 +01:00
parent 5dc432e619
commit 99fdd9fcae
Signed by: stephan.schnabel
GPG key ID: 115DFD33787FABF7
16 changed files with 705 additions and 0 deletions

7
.hadolint.yaml Normal file
View 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]