Skip to content

chore(docker): attempt 1 to fix docker #10

chore(docker): attempt 1 to fix docker

chore(docker): attempt 1 to fix docker #10

Triggered via push September 19, 2023 00:20
Status Success
Total duration 26s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

hodolint.yml

on: push
Matrix: hadolint
Fit to window
Zoom out
Zoom in

Annotations

5 warnings and 9 notices
hadolint (ubuntu-latest): Dockerfile#L6
Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
hadolint (ubuntu-latest): Dockerfile#L8
Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
hadolint (ubuntu-latest): Dockerfile#L9
Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
hadolint (ubuntu-latest): Dockerfile#L13
Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
hadolint (ubuntu-latest): Dockerfile#L110
Use WORKDIR to switch to a directory
hadolint (ubuntu-latest): Dockerfile#L8
Multiple consecutive `RUN` instructions. Consider consolidation.
hadolint (ubuntu-latest): Dockerfile#L9
Multiple consecutive `RUN` instructions. Consider consolidation.
hadolint (ubuntu-latest): Dockerfile#L13
Multiple consecutive `RUN` instructions. Consider consolidation.
hadolint (ubuntu-latest): Dockerfile#L13
Use the `--no-cache` switch to avoid the need to use `--update` and remove `/var/cache/apk/*` when done installing packages
hadolint (ubuntu-latest): Dockerfile#L37
Multiple consecutive `RUN` instructions. Consider consolidation.
hadolint (ubuntu-latest): Dockerfile#L38
Multiple consecutive `RUN` instructions. Consider consolidation.
hadolint (ubuntu-latest): Dockerfile#L48
Multiple consecutive `RUN` instructions. Consider consolidation.
hadolint (ubuntu-latest): Dockerfile#L109
Multiple consecutive `RUN` instructions. Consider consolidation.
hadolint (ubuntu-latest): Dockerfile#L116
Multiple consecutive `RUN` instructions. Consider consolidation.