Pull request - 364 #562
linting.yml
on: pull_request
Lint - Shell
4s
Lint - Docker
12s
Lint - Markdown
6s
Lint - Yamllint
2s
Docker - Build
2m 50s
Annotations
6 errors
Lint - Docker:
Dockerfile#L8
DL3047 info: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
|
Lint - Docker:
Dockerfile#L16
DL3007 warning: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
|
Lint - Docker:
Dockerfile#L16
DL3029 warning: Do not use --platform flag with FROM
|
Lint - Docker:
Dockerfile#L19
DL3006 warning: Always tag the version of an image explicitly
|
Lint - Docker:
Dockerfile#L36
DL3002 warning: Last USER should not be root
|
Lint - Docker:
Dockerfile#L54
DL3047 info: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
|