-
Notifications
You must be signed in to change notification settings - Fork 814
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
rollup issue for experimental-image-proxy
#1482
Comments
@cevich @edsantiago PTAL RE: ci ^ |
I'm always in favor of more testing 😁
Though my general opinion is against reverse-dependency testing, since they can be a PITA to maintain. However, if it makes sense and you go this route, it should run as a separate Cirrus-CI task (i.e. not
Python3 is available in these environments. If it can be a simple client, this would be easier to incorporate into
There is an existing setup in podman's CI for creating a test-user, and re-exec'ing the tests via ssh It's a bit more convoluted than privilege dropping,
I'm not sure what this means. However it may be worth getting some sort of basic testing in place before worrying about additional features (which need more tests). |
A friendly reminder that this issue had no activity for 30 days. |
@cgwalters @cevich @mtrmac What is going on with this issue? |
I'm in favor of the "simple python client" idea, testing here, and getting "for free" testing in containers/image. I'm not in favor of doing the test-writing work myself 😁 (though I'm willing to help with the automation part, as always). |
#1495 I think we definitely need testing for signed images, but...dunno. Closing this for now, I will track signed image bits over in ostreedev/ostree-rs-ext#163 |
#1476 merged, but there's more we can/should do as followup.
CAP_SYS_ADMIN
when used for host OS updates with ostree); we'd need to do something like open e.g.~/.docker/config.json
or equivalent privileged, then re-exec? Or maybe just have the caller open the required creds, pass them via fd and use--authfile /proc/self/fd/X
or so)containers-storage:
we may need the config so we can use the diffidsThe text was updated successfully, but these errors were encountered: