Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#137] FreeBSD support #361

Merged
merged 3 commits into from Sep 21, 2021

Commits on Sep 21, 2021

  1. [containerd#137] FreeBSD support

    Now that containerd supports FreeBSD, we can port nerdctl, too!
    :rocket:. For full-fledged functionality, we will need to port
    
    * buildkit. Status: POC is ready, need to upstream fixes to
      dependencies.
    * runtime + containerd shim. runj/knast should work just fine.
    * CNI bridge plugin for networking.
    
    This change fixes FreeBSD compilation errors by renaming linux files
    to unix where necessary, or otherwise introducing FreeBSD versions for
    the necessary files.
    
    Signed-off-by: Artem Khramov <akhramov@pm.me>
    akhramov committed Sep 21, 2021
    Copy the full SHA
    d93be27 View commit details
    Browse the repository at this point in the history
  2. freebsd: remove bogus build annotations

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Sep 21, 2021
    Copy the full SHA
    9d02413 View commit details
    Browse the repository at this point in the history
  3. docs: update for FreeBSD

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Sep 21, 2021
    Copy the full SHA
    fef5ff2 View commit details
    Browse the repository at this point in the history