chore: [SUPPORT SUPERDAY] Update feature_request.yml #66434
container-images-ci.yml
on: pull_request
Build Docker image
9m 9s
Lint changed Dockerfiles
44s
Deploy preview environment
/
Deploy preview environment
Annotations
10 warnings and 4 notices
Lint changed Dockerfiles:
Dockerfile#L55
Use WORKDIR to switch to a directory
|
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#L101
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
Dockerfile#L136
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
Dockerfile#L159
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
Dockerfile#L173
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
Dockerfile#L176
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
Dockerfile#L239
Last USER should not be root
|
Lint changed Dockerfiles:
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 Dockerfiles:
rust/Dockerfile#L25
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfiles:
Dockerfile#L159
Delete the apt-get lists after installing something
|
Lint changed Dockerfiles:
Dockerfile#L172
Delete the apt-get lists after installing something
|
Lint changed Dockerfiles:
Dockerfile#L173
Avoid additional packages by specifying `--no-install-recommends`
|
Lint changed Dockerfiles:
Dockerfile#L173
Multiple consecutive `RUN` instructions. Consider consolidation.
|