-
Notifications
You must be signed in to change notification settings - Fork 427
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
Umoci unpack fix #4168
Umoci unpack fix #4168
Conversation
@AdamSimpson Looks like I cant add you as a reviewer in the github ui, but I'd like to get your approval here to make sure the work you've done is properly credited and that this works for you |
Awesome, that looks great! |
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
120c6d2
to
75a3d96
Compare
75a3d96
to
469a61f
Compare
This change creates two small files to split oci layer unpacking into a new function that allows for different behavior based on platform. NOTE: umoci v0.4.2 is used to prevent an a dependency issue with github.com/opencontainers/runtime-spec v1.0.0 not being backwards compatable Update apptainer#3921 to most recent master
469a61f
to
d4d0498
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.
Looks good to me 👍
Interesting how theres a stray log.Infof()
in the umoci code... Maybe theres a good use for it?...
Description of the Pull Request (PR):
This PR rebases the work done by @AdamSimpson in #3921 to a more current branch and applies his suggestion of having separate, platform dependent, implementations of layer unpacking.
NOTE: umoci v0.4.2 is used to prevent an a dependency issue with github.com/opencontainers/runtime-spec v1.0.0 having backwards incompatibilities
This fixes or addresses the following GitHub issues:
Before submitting a PR, make sure you have done the following:
make testall
Attn: @singularity-maintainers