Adding initial versions of gtf-smash Docker image #147
Annotations
8 errors
hadolint:
gtf-smash/Dockerfile_latest#L16
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
hadolint:
gtf-smash/Dockerfile_latest#L16
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
hadolint:
gtf-smash/Dockerfile_latest#L22
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`).
|
hadolint:
gtf-smash/Dockerfile_latest#L25
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
hadolint:
gtf-smash/Dockerfile_v8#L16
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
hadolint:
gtf-smash/Dockerfile_v8#L16
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
hadolint:
gtf-smash/Dockerfile_v8#L22
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`).
|
hadolint:
gtf-smash/Dockerfile_v8#L25
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|