Skip to content

chore!: add containerization and packaging manifest lints #24

chore!: add containerization and packaging manifest lints

chore!: add containerization and packaging manifest lints #24

Triggered via pull request August 20, 2024 22:54
Status Failure
Total duration 21s
Artifacts

docker-lint.yaml

on: pull_request
Lint Docker Manifest
11s
Lint Docker Manifest
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint Docker Manifest: Dockerfile.migrations#L1
DL3007 warning: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
Lint Docker Manifest: Dockerfile.migrations#L10
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
Lint Docker Manifest: Dockerfile.migrations#L10
SC2086 info: Double quote to prevent globbing and word splitting.
Lint Docker Manifest: packages/api/Dockerfile#L8
DL3002 warning: Last USER should not be root
Lint Docker Manifest: packages/api/Dockerfile#L19
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
Lint Docker Manifest: packages/k3d-gpu/Dockerfile#L9
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint Docker Manifest: packages/k3d-gpu/Dockerfile#L9
DL3009 warning: Delete the apt-get lists after installing something
Lint Docker Manifest: packages/k3d-gpu/Dockerfile#L9
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
Lint Docker Manifest: packages/k3d-gpu/Dockerfile#L9
DL3015 warning: Avoid additional packages by specifying `--no-install-recommends`
Lint Docker Manifest: packages/k3d-gpu/Dockerfile#L19
DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.