chore!: add containerization and packaging manifest lints #19
docker-lint.yaml
on: pull_request
Lint Docker Manifest
7s
Annotations
10 errors
Lint Docker Manifest:
Dockerfile.migrations#L10
SC2086 info: Double quote to prevent globbing and word splitting.
|
Lint Docker Manifest:
Dockerfile.migrations#L19
DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
|
Lint Docker Manifest:
packages/api/Dockerfile#L6
DL3002 warning: Last USER should not be root
|
Lint Docker Manifest:
packages/api/Dockerfile#L17
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Lint Docker Manifest:
packages/api/Dockerfile#L18
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Lint Docker Manifest:
packages/k3d-gpu/Dockerfile#L8
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#L16
DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
|
Lint Docker Manifest:
packages/k3d-gpu/Dockerfile#L29
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Lint Docker Manifest
unexpected ':' expecting a new line followed by the next instruction or digit
|
Lint Docker Manifest
unexpected ':' expecting a new line followed by the next instruction or digit
|