docker-devops-helper/.hadolint.yaml
Roger Sikorski 94fb458645
All checks were successful
build / Dockerfile lint (push) Successful in 12s
build / build (push) Successful in 39s
fixed paths and added unp (#8)
Reviewed-on: #8
2023-11-12 17:44:32 +01:00

8 lines
475 B
YAML

ignored:
- DL3013 # https://github.com/hadolint/hadolint/wiki/DL3013 allow install latest package
# alpine specific
- DL3018 # https://github.com/hadolint/hadolint/wiki/DL3018 no need to pin specific version
# ubuntu specific
- DL3008 # https://github.com/hadolint/hadolint/wiki/DL3008 no need to pin specific version
- DL3015 # https://github.com/hadolint/hadolint/wiki/DL3015 allow installation of recommends packages, this image is for making our live easier