Skip to content

feat(sage-monorepo): add GH workflow to link Dockerfile #1

feat(sage-monorepo): add GH workflow to link Dockerfile

feat(sage-monorepo): add GH workflow to link Dockerfile #1

Triggered via pull request March 18, 2024 18:06
Status Failure
Total duration 18s
Artifacts

lint-dockerfiles.yml

on: pull_request
hadolint
8s
hadolint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
hadolint: apps/iatlas/data/Dockerfile#L3
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
hadolint: apps/iatlas/data/Dockerfile#L3
DL3009 info: Delete the apt-get lists after installing something
hadolint: apps/iatlas/data/Dockerfile#L3
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: apps/iatlas/data/Dockerfile#L3
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
hadolint: apps/iatlas/data/Dockerfile#L14
DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
hadolint: apps/iatlas/data/Dockerfile#L17
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
hadolint: apps/iatlas/data/Dockerfile#L26
DL3025 warning: Use arguments JSON notation for CMD and ENTRYPOINT arguments
hadolint: apps/openchallenges/apex/Dockerfile#L3
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
hadolint: apps/openchallenges/api-gateway/Dockerfile#L5
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
hadolint: apps/openchallenges/app/Dockerfile#L5
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`