Skip to content

revert: "chore: upgrade python to 3.11 🐍" #46628

revert: "chore: upgrade python to 3.11 🐍"

revert: "chore: upgrade python to 3.11 🐍" #46628

Triggered via pull request June 24, 2024 17:16
Status Failure
Total duration 2m 1s
Artifacts

container-images-ci.yml

on: pull_request
Build Docker image
1m 49s
Build Docker image
Lint changed Dockerfiles
34s
Lint changed Dockerfiles
Deploy preview environment  /  Deploy preview environment
Deploy preview environment / Deploy preview environment
Fit to window
Zoom out
Zoom in

Annotations

1 error, 11 warnings, and 1 notice
Build Docker image
failed with: Error: failed to solve: process "/bin/bash -e -o pipefail -c SKIP_SERVICE_VERSION_REQUIREMENTS=1 SECRET_KEY='unsafe secret key for collectstatic only' DATABASE_URL='postgres:///' REDIS_URL='redis:///' python manage.py collectstatic --noinput" did not complete successfully: exit code: 1
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: 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#L246
Delete the apt-get lists after installing something