Skip to content

Fix worrkflow

Fix worrkflow #2

Triggered via pull request October 3, 2024 00:33
Status Failure
Total duration 23s
Artifacts

ci.yml

on: pull_request
Hadolint Dockerfile linting
12s
Hadolint Dockerfile linting
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Hadolint Dockerfile linting: debug-image/Dockerfile#L3
DL3006 warning: Always tag the version of an image explicitly
Hadolint Dockerfile linting: debug-image/Dockerfile#L7
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Hadolint Dockerfile linting: debug-image/Dockerfile#L7
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
Hadolint Dockerfile linting: debug-image/Dockerfile#L7
DL3009 info: Delete the apt-get lists after installing something
Hadolint Dockerfile linting: debug-image/Dockerfile#L68
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
Hadolint Dockerfile linting: debug-image/Dockerfile#L68
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Hadolint Dockerfile linting: debug-image/Dockerfile#L68
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
Hadolint Dockerfile linting: debug-image/Dockerfile#L68
DL3009 info: Delete the apt-get lists after installing something