Initial draft of plugin.

This commit is contained in:
Stephan Schnabel 2025-06-18 22:22:07 +02:00
parent a51b159186
commit e1ebdb3eb6
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
15 changed files with 616 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]