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

fix(cloud-native): resolve image builds on slow network #10523

Closed
iromli opened this issue Dec 27, 2024 · 0 comments · Fixed by #10524
Closed

fix(cloud-native): resolve image builds on slow network #10523

iromli opened this issue Dec 27, 2024 · 0 comments · Fixed by #10524
Assignees
Labels
kind-bug Issue or PR is a bug in existing functionality

Comments

@iromli
Copy link
Contributor

iromli commented Dec 27, 2024

Slow network may causes these build errors:

  1. Failed git clone:

    #0 0.279 Cloning into '/tmp/jans'...
    #0 85.87 error: RPC failed; curl 92 HTTP/2 stream 1 was not closed cleanly: CANCEL (err 8)
    #0 85.87 error: 30 bytes of body are still expected
    #0 85.89 fetch-pack: unexpected disconnect while reading sideband packet
    #0 85.89 fatal: early EOF
    #0 85.89 fatal: fetch-pack: invalid index-pack output
    
  2. Timed-out pip install

There should be configurable build arguments to run git clone and pip install.

@iromli iromli self-assigned this Dec 27, 2024
@mo-auto mo-auto added the kind-bug Issue or PR is a bug in existing functionality label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants