Skip to content

feat(devex): minimal nx setup #67318

feat(devex): minimal nx setup

feat(devex): minimal nx setup #67318

Triggered via pull request January 29, 2025 14:58
@mariusandramariusandra
synchronize #27780
nx2
Status Success
Total duration 6m 52s
Artifacts

container-images-ci.yml

on: pull_request
Build Docker image
6m 40s
Build Docker image
Lint changed Dockerfiles
43s
Lint changed Dockerfiles
Deploy preview environment  /  Deploy preview environment
Deploy preview environment / Deploy preview environment
Fit to window
Zoom out
Zoom in

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`