Skip to content

chore(deps): upgrade to Python 3.13 #122779

chore(deps): upgrade to Python 3.13

chore(deps): upgrade to Python 3.13 #122779

Triggered via pull request October 13, 2025 14:26
Status Failure
Total duration 1m 46s
Artifacts

container-images-ci.yml

on: pull_request
Determine need to run Docker checks
3s
Determine need to run Docker checks
Lint changed Dockerfiles
1m 33s
Lint changed Dockerfiles
Build Docker image
1m 2s
Build Docker image
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 5 notices
Build Docker image
failed with: Error: failed to solve: unit:1.33.0-python3.13: failed to resolve source metadata for docker.io/library/unit:1.33.0-python3.13: docker.io/library/unit:1.33.0-python3.13: not found
Determine need to run Docker checks
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
Lint changed Dockerfiles: Dockerfile.ai-evals#L3
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
Lint changed Dockerfiles: Dockerfile#L343
Last USER should not be root
Lint changed Dockerfiles: Dockerfile#L230
Either use Wget or Curl but not both
Lint changed Dockerfiles: Dockerfile#L221
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: Dockerfile#L221
Either use Wget or Curl but not both
Lint changed Dockerfiles: Dockerfile#L195
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: Dockerfile#L171
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: Dockerfile#L133
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: Dockerfile#L55
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: Dockerfile#L55
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: Dockerfile.ai-evals#L16
Delete the apt-get lists after installing something
Lint changed Dockerfiles: Dockerfile#L308
Multiple consecutive `RUN` instructions. Consider consolidation.
Lint changed Dockerfiles: Dockerfile#L307
Multiple consecutive `RUN` instructions. Consider consolidation.
Lint changed Dockerfiles: Dockerfile#L221
Avoid additional packages by specifying `--no-install-recommends`
Lint changed Dockerfiles: Dockerfile#L112
Multiple consecutive `RUN` instructions. Consider consolidation.