-
Notifications
You must be signed in to change notification settings - Fork 552
Open
Description
I have done the following
- I have searched the existing issues
- If possible, I've reproduced the issue using the 'main' branch of this project
Steps to reproduce
run container build with private base image
private registry returns error, maybe token expired or whatever reason 4xx response
build process looks like stuck but reconnects like crazy ( 10+ times / seconds)
Current behavior
build process looks like stuck but reconnects like crazy ( 10+ times / seconds)
I don't know why the registry failed but looks like a container registry login helps fixed this. During the fail the registry always returns 401, that maybe another issue.
Expected behavior
Show connection error
print error message and abort after n tries
slow down retry like sleep 1 second before next try to prevent a spam to the server?
Environment
- OS: 26.0.1 (25A362)
- Go:
- Xcode:
- container CLI version 0.6.0 (build: release, commit: a23bcf0)Relevant log output
[+] Building 0.0s (0/1)
=> [resolver] fetching image...xswitch......
[then STUCK forever]Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels