question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to get rid of the progress bar when pushing images

See original GitHub issue

Is 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:closed
  • Created 5 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
vsochcommented, Oct 10, 2018

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!

0reactions
vsochcommented, Oct 12, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found