Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request triaged
Projects
None yet
Development

No branches or pull requests

1 participant