feat(devex): minimal nx setup #67318
container-images-ci.yml
on: pull_request
Build Docker image
6m 40s
Lint changed Dockerfiles
43s
Deploy preview environment
/
Deploy preview environment
Annotations
10 warnings and 4 notices
Lint changed Dockerfiles:
Dockerfile#L61
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
Dockerfile#L109
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
Lint changed Dockerfiles:
Dockerfile#L109
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
Dockerfile#L109
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
Lint changed Dockerfiles:
Dockerfile#L145
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
Dockerfile#L168
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
Dockerfile#L182
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
Dockerfile#L185
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
Dockerfile#L248
Last USER should not be root
|
Lint changed Dockerfiles:
Dockerfile.playwright#L10
Pin versions in npm. Instead of `npm install <package>` use `npm install <package>@<version>`
|
Lint changed Dockerfiles:
Dockerfile#L168
Delete the apt-get lists after installing something
|
Lint changed Dockerfiles:
Dockerfile#L181
Delete the apt-get lists after installing something
|
Lint changed Dockerfiles:
Dockerfile#L182
Multiple consecutive `RUN` instructions. Consider consolidation.
|
Lint changed Dockerfiles:
Dockerfile#L182
Avoid additional packages by specifying `--no-install-recommends`
|