chore(deps): upgrade to Python 3.13 #122779
container-images-ci.yml
on: pull_request
Determine need to run Docker checks
3s
Lint changed Dockerfiles
1m 33s
Deploy preview environment
/
Deploy preview environment
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.
|