-
Notifications
You must be signed in to change notification settings - Fork 196
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
Update to ostree-ext 0.8.9 #4108
Update to ostree-ext 0.8.9 #4108
Conversation
f4133a5
to
8e1a255
Compare
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.
lgtm
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.
lgtm
/retest |
c65fd46
to
c5ef7e7
Compare
Ah heh, I messed up the test in a different way. Let's try that again, verify it fails in the expected way, then I'll repush the ostree change. |
This test case verifies rebasing and then upgrading from a remote registry.
In particular this should fix us trying to load the authfile Closes: coreos#4107
c5ef7e7
to
376d88b
Compare
OK! I finally actually tested the new test case, with and without the fix. |
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.
lgtm
tests: Add a test case that verifies remote registry + podman
This test case verifies rebasing and then upgrading from
a remote registry.
Update to ostree-ext 0.8.9
In particular this should fix us trying to load the authfile
Closes: #4107