Adding Hadolint GitHub Action and Updating Dockerfiles Accordingly #22
Annotations
10 errors and 1 warning
hadolint:
biobambam2/Dockerfile_2.0.185#L16
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
hadolint:
biobambam2/Dockerfile_latest#L16
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
hadolint:
bwa/Dockerfile_0.7.17#L16
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
hadolint:
bwa/Dockerfile_0.7.17#L16
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
hadolint:
bwa/Dockerfile_0.7.17#L21
DL3047 info: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
|
hadolint:
bwa/Dockerfile_0.7.17#L22
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
hadolint:
bwa/Dockerfile_0.7.17#L31
DL3047 info: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
|
hadolint:
bwa/Dockerfile_0.7.17#L32
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
hadolint:
bwa/Dockerfile_latest#L16
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
hadolint:
bwa/Dockerfile_latest#L16
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
hadolint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|