-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add initial DragonFly BSD support #230
Add initial DragonFly BSD support #230
Conversation
Thanks, but please sign the commit for DCO (run |
e2ffe20
to
90f9556
Compare
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 <tuxillo@quantumachine.net>
72b3355
to
bcc6e25
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.
Thanks
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 is the first approach for getting this building/working in DragonFly BSD. It is a requirement of lima-vm (lima-vm/lima#892)