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

out_exit: add time_count (seconds) and record_count parameters for out_exit. #8621

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

out_exit: fix check used for time count.

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

out_exit: add time_count (seconds) and record_count parameters for out_exit. #8621

out_exit: fix check used for time count.
99dff92
Select commit
Loading
Failed to load commit list.
GitHub Actions / hadolint succeeded May 30, 2024 in 1s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (18)

lib/nghttp2/Dockerfile.android|16 col 1| MAINTAINER is deprecated
lib/nghttp2/Dockerfile.android|32 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
lib/nghttp2/Dockerfile.android|32 col 1| Avoid additional packages by specifying --no-install-recommends
lib/nghttp2/Dockerfile.android|57 col 1| Double quote to prevent globbing and word splitting.
lib/nghttp2/Dockerfile.android|67 col 1| Use $(...) notation instead of legacy backticks ....
lib/nghttp2/Dockerfile.android|98 col 1| Use $(...) notation instead of legacy backticks ....
lib/nghttp2/Dockerfile.android|108 col 1| Use $(...) notation instead of legacy backticks ....
lib/nghttp2/docker/Dockerfile|3 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
lib/nghttp2/docker/Dockerfile|10 col 1| Use WORKDIR to switch to a directory
lib/nghttp2/docker/Dockerfile|10 col 1| Quote this to prevent word splitting.
lib/nghttp2/docker/Dockerfile|18 col 1| Use WORKDIR to switch to a directory
lib/nghttp2/docker/Dockerfile|18 col 1| Quote this to prevent word splitting.
lib/nghttp2/docker/Dockerfile|27 col 1| Use WORKDIR to switch to a directory
lib/nghttp2/docker/Dockerfile|27 col 1| Quote this to prevent word splitting.
lib/nghttp2/docker/Dockerfile|39 col 1| Use WORKDIR to switch to a directory
lib/nghttp2/docker/Dockerfile|45 col 1| Quote this to prevent word splitting.
lib/nghttp2/docker/Dockerfile|45 col 1| Use WORKDIR to switch to a directory
lib/nghttp2/docker/Dockerfile|66 col 1| Always tag the version of an image explicitly