-
Notifications
You must be signed in to change notification settings - Fork 547
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
Air gap support #2299
Air gap support #2299
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2299 +/- ##
=======================================
Coverage 30.48% 30.48%
=======================================
Files 136 136
Lines 8384 8384
=======================================
Hits 2556 2556
Misses 5494 5494
Partials 334 334
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Is this ready for review? |
I want to add the e2e tests for it. |
ho hum, I see we need to add the required tests because I added a new matrix segment for this to be considered passing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry this took so long, I assumed it was going to be a lot more complicated to review than it was :)
thanks @znewman01 ! Yeah, all the "real" work was in upstreams :) Here's just tests. |
Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
Summary
Use newer version of theupdateframework/go-tuf, sigstore/sigstore
theupdateframework/go-tuf#397
sigstore/sigstore#715
This allows one to specify a local filesystem as a TUF remote so there's no network calls related to TUF.
Release Note
Documentation