Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prototype for creating one timer coro per output thread #29

Open
wants to merge 12 commits into
base: s3-refactor-timer-coros-awspr-sched-exp
Choose a base branch
from

wip

e0c34ac
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Prototype for creating one timer coro per output thread #29

wip
e0c34ac
Select commit
Loading
Failed to load commit list.
GitHub Actions / hadolint succeeded Dec 2, 2023 in 0s

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.