I have done the following
Steps to reproduce
~ > container run --disable-progress-updates alpine echo test
testhing imageUnpacking imageFetching kernelFetching init imageUnpacking init imageStarting container
~ >
Current behavior
--disable-progress-updates doesn't actually disable all progress updates when running a container. It appears to disable the spinner, but still output the stages, which then is overwritten by the container output.
Expected behavior
I would expect that --disable-progress-updates would cause no messages being output
Environment
- OS: Sequola 15.6
- Xcode: 16.4
- Container: 0.2.0
Relevant log output
Code of Conduct