-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat: Use remote OCI image references as rootfs element #1630
feat: Use remote OCI image references as rootfs element #1630
Conversation
b5d9e9d
to
1fb48ed
Compare
Pipeline is failing due to a different cause, fixed in #1631. |
de42a67
to
4ce7f11
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.
only one comment after going through the code
4351e08
to
620a048
Compare
17e2ce5
to
d68458d
Compare
@nderjung you'll have to rebase again :D |
This commit makes it possible to specify a remote OCI image as a rootfs. This prevents having to use BuildKit in order to retrieve the rootfs, which has become a common operation. Signed-off-by: Alexander Jung <[email protected]>
d68458d
to
5cb57ad
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.
All good here. Thanks!
Reviewed-by: Cezar Craciunoiu [email protected]
Approved-by: Cezar Craciunoiu [email protected]
The PR unikraft#1630 accidentally overwrote the changes from unikraft#1646. This commit reverts this mistake. Signed-off-by: Alexander Jung <[email protected]>
…#1646. This commit reverts this mistake. Signed-off-by: Alexander Jung <[email protected]>
The PR unikraft#1630 accidentally overwrote the changes from unikraft#1646. This commit reverts this mistake. Signed-off-by: Alexander Jung <[email protected]>
Prerequisite checklist
make fmt
on your commit series before opening this PR;Description of changes
This PR makes it possible to specify a remote OCI image as a rootfs. This prevents having to use BuildKit in order to retrieve the rootfs, which has become a common operation.