Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle --repo in the same way as libostree #307

Open
cgwalters opened this issue Jun 10, 2022 · 0 comments
Open

Handle --repo in the same way as libostree #307

cgwalters opened this issue Jun 10, 2022 · 0 comments
Labels
enhancement New feature or request triaged

Comments

@cgwalters
Copy link
Member

A major papercut for our CLI right now is

[root@cosa-devsh ~]# ostree container image list
error: The following required arguments were not provided:
    --repo <repo>

USAGE:
    ostree-container container image list --repo <repo>

For more information try --help
[root@cosa-devsh ~]# 

We should automatically use /sysroot/repo in this case, and we should also do the "automatically remount /sysroot rw in a private mountns" dance. This logic currently is private to the ostree CLI in C...we'd need to add some magic here, or perhaps better reimplement in Rust.

@cgwalters cgwalters added enhancement New feature or request triaged labels Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triaged
Projects
None yet
Development

No branches or pull requests

1 participant