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

improve: rework in unscripted weapons and moveevents #1494

Merged
merged 13 commits into from
Feb 29, 2024

fix: remove protobuf compiled files

e2d8c9d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

improve: rework in unscripted weapons and moveevents #1494

fix: remove protobuf compiled files
e2d8c9d
Select commit
Loading
Failed to load commit list.
GitHub Actions / hadolint succeeded Feb 29, 2024 in 0s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (13)

docker/Dockerfile.arm|4 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
docker/Dockerfile.arm|13 col 1| Use WORKDIR to switch to a directory
docker/Dockerfile.arm|13 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
docker/Dockerfile.arm|13 col 1| Double quote to prevent globbing and word splitting.
docker/Dockerfile.arm|46 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
docker/Dockerfile.dev|4 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
docker/Dockerfile.dev|14 col 1| Use WORKDIR to switch to a directory
docker/Dockerfile.dev|14 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
docker/Dockerfile.x86|4 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
docker/Dockerfile.x86|13 col 1| Use WORKDIR to switch to a directory
docker/Dockerfile.x86|13 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
docker/Dockerfile.x86|13 col 1| Double quote to prevent globbing and word splitting.
docker/Dockerfile.x86|45 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>