Package Details: nerdctl-full-bin 1.2.1-1

Git Clone URL: https://aur.archlinux.org/nerdctl-full-bin.git (read-only, click to copy)
Package Base: nerdctl-full-bin
Description: nerdctl full pkg, bundle with containerd/CNI plugin/RootlessKit
Upstream URL: https://github.com/containerd/nerdctl
Licenses: Apache
Submitter: wuhx
Maintainer: wuhx
Last Packager: wuhx
Votes: 1
Popularity: 0.000045
First Submitted: 2021-11-15 09:50 (UTC)
Last Updated: 2023-03-01 17:42 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

JulianXhokaxhiu commented on 2022-06-28 07:48 (UTC)

Hi, may I ask if you can please remove the v notation before the package version? Yay goes crazy everytime trying to track down the package version here by printing this:

-> nerdctl-full-bin: local (0.20.0-1) is newer than AUR (v0.21.0-1)

Thank you in advance

Lightless commented on 2022-02-13 17:11 (UTC)

Small correction to my previous comment: Nerdctl-full also provides a containerd.service file in lib/systemd/system/, which has precendence over the "real" containerd service file. So we would need to add an additional command to prevent conflicts, like such: rm "$pkgdir/usr/local/lib/systemd/system/containerd.service"

Lightless commented on 2022-02-12 18:36 (UTC)

Since containerd is available in the community repository, please consider adding depends=('containerd') for the dependency, and rm "$pkgdir/usr/local/bin/containerd" in the package() section to avoid conflicts. I tested it and it worked fine.