feat(api): registry1 and package flavor patterns #2
docker-lint.yaml
on: pull_request
Lint Docker Manifest
9s
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#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:
packages/llama-cpp-python/Dockerfile#L7
DL3002 warning: Last USER should not be root
|
Lint Docker Manifest:
packages/llama-cpp-python/Dockerfile#L20
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|