Skip to content

Update GH actions

Update GH actions #6

Triggered via pull request February 15, 2024 14:49
@jdhoffajdhoffa
synchronize #6
add_actions
Status Failure
Total duration 17s
Artifacts

run-hadolint.yml

on: pull_request
hadolint
8s
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