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

build: install latest grpc_health_probe #1269

Merged
merged 1 commit into from
Oct 28, 2024

build: install latest grpc_health_probe

3566824
Select commit
Loading
Failed to load commit list.
Merged

build: install latest grpc_health_probe #1269

build: install latest grpc_health_probe
3566824
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Oct 28, 2024 in 1s

3 issues fixed. 3 issues found.

Annotations

Check warning on line 12 in package/Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

package/Dockerfile#L12

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

Check warning on line 12 in package/Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

package/Dockerfile#L12

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

Check notice on line 34 in package/Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

package/Dockerfile#L34

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)