chore: [SUPPORT SUPERDAY] Update feature_request.yml #66434
Annotations
10 warnings and 4 notices
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L55
Use WORKDIR to switch to a directory
|
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#L101
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#L136
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#L159
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#L173
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#L176
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#L239
Last USER should not be root
|
Lint changed Dockerfile(s) with Hadolint:
rust/Dockerfile#L15
Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
|
Lint changed Dockerfile(s) with Hadolint:
rust/Dockerfile#L25
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#L159
Delete the apt-get lists after installing something
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L172
Delete the apt-get lists after installing something
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L173
Avoid additional packages by specifying `--no-install-recommends`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L173
Multiple consecutive `RUN` instructions. Consider consolidation.
|
Loading