GoogleContainerTools / kaniko

Build Container Images In Kubernetes
Apache License 2.0
14.88k stars 1.44k forks source link

Image push logs need progress #1696

Open yihoyoung opened 3 years ago

yihoyoung commented 3 years ago

Actual behavior Image push log is hang on a pushing message too long time, when the image has many layers.

Expected behavior push log needs a push progress like progress percent number or progress bar.

To Reproduce Steps to reproduce the behavior:

  1. When push image that has many layers.

Additional Information

Triage Notes for the Maintainers

Description Yes/No
Please check if this a new feature you are proposing
  • - [ Yes ]
Please check if the build works in docker but not in kaniko
  • - [ Yes ]
Please check if this error is seen when you use --cache flag
  • - [ Yes ]
Please check if your dockerfile is a multistage dockerfile
  • - [ Yes ]
YevheniiSemendiak commented 2 years ago

Hey, @tejal29! What do the project maintainers think about it? Having this feature would be great indeed.

taxilian commented 1 year ago

this would be so nice. I have a build I'm waiting on now that is taking far longer than it reasonably should -- but I don't know if that's because it's bigger than expected or if something is actually stalled. there is no way to tell.

joscabmar commented 11 months ago

I would also love to see this feature in kaniko. I have sometimes issues when a container image with a big size of big blobs gets uploaded to my registry.

eltharynd commented 8 months ago

yes please this would be a godsend