chore(deps): upgrade to Python 3.13 #122779
Annotations
10 warnings and 5 notices
Lint changed Dockerfile(s) with Hadolint:
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 Dockerfile(s) with Hadolint:
Dockerfile#L343
Last USER should not be root
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L230
Either use Wget or Curl but not both
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L221
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L221
Either use Wget or Curl but not both
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L195
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L171
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L133
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L55
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfile(s) with Hadolint:
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 Dockerfile(s) with Hadolint:
Dockerfile.ai-evals#L16
Delete the apt-get lists after installing something
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L308
Multiple consecutive `RUN` instructions. Consider consolidation.
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L307
Multiple consecutive `RUN` instructions. Consider consolidation.
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L221
Avoid additional packages by specifying `--no-install-recommends`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L112
Multiple consecutive `RUN` instructions. Consider consolidation.
|
Loading