Add initial DragonFly BSD support#230
Merged
samuelkarp merged 1 commit intocontainerd:mainfrom Aug 19, 2023
Merged
Conversation
Member
|
Thanks, but please sign the commit for DCO (run |
e2ffe20 to
90f9556
Compare
AkihiroSuda
reviewed
Aug 18, 2023
Member
|
CI is failing for FUSE (you may just disable it for dragonfly) Also please consider squashing the commits |
cfb232d to
72b3355
Compare
Signed-off-by: Antonio Huete Jimenez <[email protected]>
72b3355 to
bcc6e25
Compare
samuelkarp
approved these changes
Aug 19, 2023
Mengkzhaoyun
pushed a commit
to open-beagle/containerd
that referenced
this pull request
Aug 30, 2023
containerd 1.7.5 Welcome to the v1.7.5 release of containerd! The fifth patch release for containerd 1.7 fixes a versioning issue from the previous release and includes some internal logging API changes. See the changelog for complete list of changes Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues. * Sebastiaan van Stijn * Derek McGowan * Akihiro Suda * Antonio Huete Jimenez * Phil Estes * Samuel Karp <details><summary>18 commits</summary> <p> * [release/1.7] Prepare release notes for 1.7.5 ([#9010](containerd/containerd#9010)) * [`93b23eb10`](containerd/containerd@93b23eb) Prepare release notes for v1.7.5 * [`fb1292c8d`](containerd/containerd@fb1292c) Bump version to v1.7.4 * [release/1.7 backport] go.mod: github.com/containerd/continuity v0.4.2 ([#9012](containerd/containerd#9012)) * [`503ab21bf`](containerd/containerd@503ab21) go.mod: github.com/containerd/continuity v0.4.2 * [release/1.7 backport] log: cleanups and improvements to decouple more from logrus ([#9001](containerd/containerd#9001)) * [`2a9ae3c51`](containerd/containerd@2a9ae3c) log: swap logrus functions with their equivalent on default logger * [`01445bb73`](containerd/containerd@01445bb) log: add package documentation and summary of package's purpose * [`932795f45`](containerd/containerd@932795f) log: make Fields type a generic map[string]any * [`707ca94d8`](containerd/containerd@707ca94) log: add log.Entry type * [`0a79e67e4`](containerd/containerd@0a79e67) log: define OutputFormat type * [`dbbe28b7d`](containerd/containerd@dbbe28b) log: define G() as a function instead of a variable * [`93b6cb784`](containerd/containerd@93b6cb7) log: add all log-levels that are accepted * [`e8e086e02`](containerd/containerd@e8e086e) log: group "enum" consts and touch-up docs * [`7aa4f8fdc`](containerd/containerd@7aa4f8f) log: WithLogger: remove redundant intermediate var * [`bfdce4ce4`](containerd/containerd@bfdce4c) log: SetFormat: include returns in switch * [`6621e0888`](containerd/containerd@6621e08) log: remove testify dependency * [`df76aaede`](containerd/containerd@df76aae) removes/docker: remove unnecessary conversion (unconvert) </p> </details> <details><summary>2 commits</summary> <p> * Add initial DragonFly BSD support ([#230](containerd/continuity#230)) * [`bcc6e25`](containerd/continuity@bcc6e25) dragonfly: Initial porting work </p> </details> * **github.com/containerd/continuity** 1e0d26eb2381 -> v0.4.2 Previous release can be found at [v1.7.4](https://github.com/containerd/containerd/releases/tag/v1.7.4)
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.
This is the first approach for getting this building/working in DragonFly BSD. It is a requirement of lima-vm (lima-vm/lima#892)