How to get rid of the progress bar when pushing images
See original GitHub issueIs it possible to remove/disable the progress bar when pushing from a CI script? It may generate otherwise a (very) large logfile depending on the size of the singularity image.
here is the command line I use:
singularity run -B /mnt $HOME/singularity/sregistry.simg push --name ${SIMG_MSO4SC_REGISTRY_NAME} --tag ${SIMG_MSO4SC_REGISTRY_TAG} ${SIMG_DIR}/${SIMG}\
the $HOME/singularity/sregistry.simg
is an image provided by CESGA(@victorsndvg) to upload our images on their sregistry
Our images reach up to 4.2GB (hence the big log file).
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Show overall progress bar when pulling/pushing #13186
Especially for someone on a slow connection, the following output: docker push abc/xyz The push refers to a repository [abc/xyz] (len: 7) ae2eeb34f295: ......
Read more >How to hide an image if the progress bar reaches the value 0?
1 Answer 1 · document.getElementById('progress'). · document.querySelector('#pistol'). · var progress = document.getElementById('progress') = 150;.
Read more >How to Edit Progress Bars - Classy Support Center
Select progress bar in preview. Move to menu on the left. Toggle show progress ... Tip: To hide your progress bar, make sure...
Read more >What is the meaning of progress arrows in docker push?
When pushing is almost done, for example 99.99 percent of the image was pushed, you could see the progress bar is at the...
Read more >General Look & Feel Settings - Qualtrics
To add a Progress Bar · Navigate to the Survey tab and open Look and feel. · Go to the General section. ·...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @prudhomm this is a very good point! The issue belongs with the client (and I created it for you) and it should be the case that the progress bar is linked to the robot debugger logging level (I believe it’s not). I’ll put in a PR soon and then ping you to test. Stay tuned!
@prudhomm I’m going to close the issue as it’s gone stale, and also you should check out #240 as it’s adding push via the Singularity software proper, and there might be more options for silencing stdout/stderr there.