I have done the following
Steps to reproduce
Repro:
container builder start
container stop buildkit
container export buildkit
Current behavior
- no image tar file is produced
- a new
buildkit image exists
Expected behavior
container export should have similar options to and should function similarly to docker export, and should produce an image tar file.
Environment
- OS: 26
- Xcode: 26
- Container: 0.9.0
Relevant log output
Code of Conduct
I have done the following
Steps to reproduce
container exportis unexpected. It should be the inverse operation tocontainer import; that is, it should produce an image tar file for a container.container --helpshould be in alphabetical order. Right now,exportappears as the last entry in the group.container export.Repro:
Current behavior
buildkitimage existsExpected behavior
container exportshould have similar options to and should function similarly todocker export, and should produce an image tar file.Environment
Relevant log output
Code of Conduct