ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
72 stars 22 forks source link

Make authfile API public #636

Closed cgwalters closed 1 month ago

cgwalters commented 1 month ago

Prep for having bootc directly read these as part of using podman for pulls.

While we're here:

cgwalters commented 1 month ago

I added an extra commit with tests for the non-root case

Awesome, thanks! I hadn't thought about unit testing those by stripping the absolute path in the tests, makes sense.

cgwalters commented 2 weeks ago

Regression in https://github.com/containers/bootc/issues/679