mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
1bd8eb68ff
Fix these warnings: SC2086 info: Double quote to prevent globbing and word splitting. 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`). SC2006 style: Use $(...) notation instead of legacy backticks `...`. Ignore these warning cause they break the build or they do not apply: DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>` DL3003 warning: Use WORKDIR to switch to a directory SC2016 info: Expressions don't expand in single quotes, use double quotes for that. SC2046 warning: Quote this to prevent word splitting. DL4006 warning: 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 SC2155 warning: Declare and assign separately to avoid masking return values. Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com> |
||
---|---|---|
.. | ||
Dockerfile | ||
linux-config-aarch64 | ||
linux-config-x86_64 |