revert: "chore: upgrade python to 3.11 🐍" #46638
container-images-ci.yml
on: pull_request
Build Docker image
51s
Lint changed Dockerfiles
33s
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#L127
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L156
Use WORKDIR to switch to a directory
|
Lint changed Dockerfiles:
production.Dockerfile#L156
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L156
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#L246
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L257
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
production.Dockerfile#L317
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: 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#L246
Delete the apt-get lists after installing something
|