Remove DumpFile operations#616
Merged
imeoer merged 1 commit intocontainerd:mainfrom Oct 16, 2024
Merged
Conversation
Contributor
fappy1234567
commented
Sep 11, 2024
- Modify operations to use memory instead of disk
eb1526a to
606c148
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #616 +/- ##
==========================================
+ Coverage 21.82% 21.93% +0.10%
==========================================
Files 122 122
Lines 10730 10839 +109
==========================================
+ Hits 2342 2377 +35
- Misses 8070 8140 +70
- Partials 318 322 +4
|
a507f6b to
e272e20
Compare
c93d8c7 to
30edd41
Compare
imeoer
reviewed
Sep 25, 2024
|
|
||
| # RUN apk add -q --no-cache curl && \ | ||
| # curl -fsSL -o /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/"$(curl -L -s https://dl.k8s.io/release/stable.txt)"/bin/linux/"$TARGETARCH"/kubectl && \ | ||
| # chmod +x /usr/bin/kubectl |
Collaborator
There was a problem hiding this comment.
Should remove the useless codes.
| snapshotID := supplementInfo.SnapshotID | ||
| labels := supplementInfo.Labels | ||
| params := supplementInfo.Params | ||
| err = daemonconfig.SupplementDaemonConfig(cfg, imageID, snapshotID, false, labels, params) |
Collaborator
There was a problem hiding this comment.
Should we pass the entire supplementInfo to SupplementDaemonConfig?
|
|
||
| install::kubectl(){ | ||
| local version="${1:-}" | ||
| #local version="${1:-}" |
96575e2 to
437b404
Compare
7315695 to
a8c16bb
Compare
a8c16bb to
29243e3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.