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

NBD integration into controller and replica #1109

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

remove comments

7206bc1
Select commit
Loading
Failed to load commit list.
Open

NBD integration into controller and replica #1109

remove comments
7206bc1
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Aug 23, 2024 in 4s

3 issues fixed. 6 issues found.

Annotations

Check warning on line 37 in package/Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

package/Dockerfile#L37

Specify version with `zypper install -y <package>=<version>`. (DL3037)

Check notice on line 30 in package/Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

package/Dockerfile#L30

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`). (DL3047)

Check warning on line 37 in package/Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

package/Dockerfile#L37

`zypper clean` missing after zypper use. (DL3036)

Check warning on line 59 in package/Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

package/Dockerfile#L59

Specify version with `zypper install -y <package>=<version>`. (DL3037)

Check warning on line 59 in package/Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

package/Dockerfile#L59

`zypper clean` missing after zypper use. (DL3036)

Check notice on line 38 in package/Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

package/Dockerfile#L38

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`). (DL3047)