Skip to content

[Bug]: container run --disable-progress-updates shouldn't output progress updates #396

@PhantomPhoton

Description

@PhantomPhoton

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

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions