Skip to content

Adding Hadolint GitHub Action and Updating Dockerfiles Accordingly #18

Adding Hadolint GitHub Action and Updating Dockerfiles Accordingly

Adding Hadolint GitHub Action and Updating Dockerfiles Accordingly #18

Triggered via pull request March 4, 2024 19:00
Status Failure
Total duration 31s
Artifacts

dockerfile-linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
hadolint: samtools/Dockerfile_1.11#L16
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
hadolint: samtools/Dockerfile_1.11#L16
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
hadolint: samtools/Dockerfile_1.11#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: samtools/Dockerfile_1.11#L22
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
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/.