Prototype for creating one timer coro per output thread #29
reviewdog [hadolint] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (37)
dockerfiles/Dockerfile|101 col 1| 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
dockerfiles/Dockerfile|101 col 1| Double quote to prevent globbing and word splitting.
dockerfiles/Dockerfile.centos7|6 col 1| yum clean all
missing after yum command.
dockerfiles/Dockerfile.centos7|6 col 1| Specify version with yum install -y <package>-<version>
.
dockerfiles/Dockerfile.centos7|6 col 1| 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
).
dockerfiles/Dockerfile.centos7|26 col 1| Quote this to prevent word splitting.
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|30 col 1| Pin versions in apt get install. Instead of apt-get install <package>
use apt-get install <package>=<version>
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|30 col 1| Avoid additional packages by specifying --no-install-recommends
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|36 col 1| Avoid additional packages by specifying --no-install-recommends
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|36 col 1| Pin versions in apt get install. Instead of apt-get install <package>
use apt-get install <package>=<version>
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|66 col 1| 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
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|66 col 1| Use WORKDIR to switch to a directory
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|66 col 1| Double quote to prevent globbing and word splitting.
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|76 col 1| 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
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|76 col 1| Use WORKDIR to switch to a directory
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|76 col 1| Double quote to prevent globbing and word splitting.
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|87 col 1| 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
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|87 col 1| Double quote to prevent globbing and word splitting.
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|87 col 1| Use WORKDIR to switch to a directory
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|97 col 1| Double quote to prevent globbing and word splitting.
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|97 col 1| Use WORKDIR to switch to a directory
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|97 col 1| 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
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|107 col 1| Use WORKDIR to switch to a directory
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|107 col 1| 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
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|107 col 1| Double quote to prevent globbing and word splitting.
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|118 col 1| 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
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|118 col 1| Use WORKDIR to switch to a directory
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|118 col 1| Double quote to prevent globbing and word splitting.
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|128 col 1| Use WORKDIR to switch to a directory
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|128 col 1| Double quote to prevent globbing and word splitting.
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|128 col 1| 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
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|141 col 1| Double quote to prevent globbing and word splitting.
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|141 col 1| 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
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|141 col 1| Use WORKDIR to switch to a directory
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|151 col 1| 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
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|151 col 1| Use WORKDIR to switch to a directory
lib/mbedtls-2.28.0/tests/docker/bionic/Dockerfile|151 col 1| Double quote to prevent globbing and word splitting.