Update/actions #13
dev-build.yml
on: pull_request
dockerfile-changes
6s
Matrix: dockerfile-build
Annotations
10 errors and 1 warning
dockerfile-build (lintfail/latest):
containers/lintfail/latest/Dockerfile#L1
DL3007 warning: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
|
dockerfile-build (lintfail/latest):
containers/lintfail/latest/Dockerfile#L2
DL3009 info: Delete the apt-get lists after installing something
|
dockerfile-build (lintfail/latest):
containers/lintfail/latest/Dockerfile#L3
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
dockerfile-build (lintfail/latest):
containers/lintfail/latest/Dockerfile#L3
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
dockerfile-build (lintfail/latest):
containers/lintfail/latest/Dockerfile#L3
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
dockerfile-build (lintfail/latest):
containers/lintfail/latest/Dockerfile#L4
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
dockerfile-build (lintfail/latest):
containers/lintfail/latest/Dockerfile#L4
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
dockerfile-build (lintfail/latest):
containers/lintfail/latest/Dockerfile#L4
DL3009 info: Delete the apt-get lists after installing something
|
dockerfile-build (lintfail/latest):
containers/lintfail/latest/Dockerfile#L5
SC2126 style: Consider using 'grep -c' instead of 'grep|wc -l'.
|
dockerfile-build (lintfail/latest):
containers/lintfail/latest/Dockerfile#L5
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
dockerfile-changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mirpedrol/paths-filter@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|