-
Notifications
You must be signed in to change notification settings - Fork 34
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
fix(umoci)!: umoci's copy buffer set to 1 MiB #531
Conversation
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.
Is this generically applicable to stacker world or is it a specific mixed case we are trying to solve?
Targeting ecosystem compatibility. opencontainers/image-spec#1145 |
Codecov Report
@@ Coverage Diff @@
## main #531 +/- ##
=======================================
Coverage 13.14% 13.14%
=======================================
Files 40 40
Lines 5943 5943
=======================================
Hits 781 781
Misses 5034 5034
Partials 128 128 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
def473f
to
bc3756a
Compare
f8c8665
to
0b00592
Compare
cce6af5
to
c52d459
Compare
b3d3ec6
to
461496c
Compare
project-stacker/umoci@89a7ea1 Use updated umoci (project-stacker's fork) to use a 1 MiB copy buffer. This change brings stacker inline with compression parameters used in containers/image libraries and makes them compatible. Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
$BATS_TEST_TMPDIR is a temporary directory unique for each test. Could be used to create files required only for specific tests. |
5d46601
to
d11d441
Compare
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
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
* fix(umoci)!: umoci's copy buffer set to 1 MiB project-stacker/umoci@89a7ea1 Use updated umoci (project-stacker's fork) to use a 1 MiB copy buffer. This change brings stacker inline with compression parameters used in containers/image libraries and makes them compatible. Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> * test(gzip): add unit tests for gzip Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> --------- Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> (cherry picked from commit 589a648) Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
project-stacker/umoci@89a7ea1
Use updated umoci (project-stacker's fork) to use a 1 MiB copy buffer. This change brings stacker inline with compression parameters used in containers/image libraries and makes them compatible.
What type of PR is this?
Which issue does this PR fix:
What does this PR do / Why do we need it:
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.