chore!: add containerization and packaging manifest lints #21
docker-lint.yaml
on: pull_request
Lint Docker Manifest
6s
Annotations
10 errors
Lint Docker Manifest:
Dockerfile.migrations#L10
SC2086 info: Double quote to prevent globbing and word splitting.
|
Lint Docker Manifest:
Dockerfile.migrations#L20
DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
|
Lint Docker Manifest:
packages/api/Dockerfile#L8
DL3002 warning: Last USER should not be root
|
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#L19
DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
|
Lint Docker Manifest:
packages/llama-cpp-python/Dockerfile#L7
DL3002 warning: Last USER should not be root
|
Lint Docker Manifest:
packages/repeater/Dockerfile#L9
DL3002 warning: Last USER should not be root
|
Lint Docker Manifest:
packages/text-embeddings/Dockerfile#L7
DL3002 warning: Last USER should not be root
|
Lint Docker Manifest
unexpected ':' expecting a new line followed by the next instruction or digit
|
Lint Docker Manifest:
packages/whisper/Dockerfile#L6
DL3002 warning: Last USER should not be root
|