Skip to content

Update .github/workflows/issues.yml #5

Update .github/workflows/issues.yml

Update .github/workflows/issues.yml #5

Triggered via push February 15, 2024 14:49
Status Failure
Total duration 16s
Artifacts

run-hadolint.yml

on: push
hadolint
7s
hadolint
Fit to window
Zoom out
Zoom in

Annotations

6 errors
hadolint: Dockerfile#L1
DL3006 warning: Always tag the version of an image explicitly
hadolint: Dockerfile#L1
DL3029 warning: Do not use --platform flag with FROM
hadolint: Dockerfile#L4
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
hadolint: Dockerfile#L4
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
hadolint: Dockerfile#L14
SC2016 info: Expressions don't expand in single quotes, use double quotes for that.
hadolint: Dockerfile#L21
DL3025 warning: Use arguments JSON notation for CMD and ENTRYPOINT arguments