chore(deps): Remove unused Python requirements #37309
container-images-ci.yml
on: pull_request
Build Docker image
2m 7s
Lint changed Dockerfiles
30s
Deploy preview environment
/
Deploy preview environment
Annotations
11 warnings and 1 notice
Lint changed Dockerfiles:
production.Dockerfile#L52
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L94
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L126
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L155
Use WORKDIR to switch to a directory
|
Lint changed Dockerfiles:
production.Dockerfile#L155
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L155
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
Lint changed Dockerfiles:
production.Dockerfile#L245
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L256
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L316
Last USER should not be root
|
Lint changed Dockerfiles
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Docker image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: n1hility/cancel-previous-runs@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint changed Dockerfiles:
production.Dockerfile#L245
Delete the apt-get lists after installing something
|