containerd/nerdctl (containerd/nerdctl)
### [`v1.7.5`](https://togithub.com/containerd/nerdctl/releases/tag/v1.7.5)
[Compare Source](https://togithub.com/containerd/nerdctl/compare/v1.7.4...v1.7.5)
#### Changes
- nerdctl-full: update containerd (1.7.14), slirp4netns (1.2.3), CNI plugins (1.4.1), RootlessKit (2.0.2), Kubo (0.27.0), imgcrypt (1.1.10) ([#2885](https://togithub.com/containerd/nerdctl/issues/2885))
Full changes: https://github.com/containerd/nerdctl/milestone/41?closed=1
#### Compatible containerd versions
This release of nerdctl is expected to be used with containerd v1.6 or v1.7.
#### About the binaries
- Minimal (`nerdctl-1.7.5-linux-amd64.tar.gz`): nerdctl only
- Full (`nerdctl-full-1.7.5-linux-amd64.tar.gz`): Includes dependencies such as containerd, runc, and CNI
##### Minimal
Extract the archive to a path like `/usr/local/bin` or `~/bin` .
tar Cxzvvf /usr/local/bin nerdctl-1.7.5-linux-amd64.tar.gz
See `share/doc/nerdctl-full/README.md`:
```markdown
### nerdctl (full distribution)
- nerdctl: v1.7.5
- containerd: v1.7.14
- runc: v1.1.12
- CNI plugins: v1.4.1
- BuildKit: v0.12.5
- Stargz Snapshotter: v0.15.1
- imgcrypt: v1.1.10
- RootlessKit: v2.0.2
- slirp4netns: v1.2.3
- bypass4netns: v0.4.0
- fuse-overlayfs: v1.13
- containerd-fuse-overlayfs: v1.0.8
- Kubo (IPFS): v0.27.0
- Tini: v0.19.0
- buildg: v0.4.1
#### License
- bin/slirp4netns: [GNU GENERAL PUBLIC LICENSE, Version 2](https://togithub.com/rootless-containers/slirp4netns/blob/v1.2.3/COPYING)
- bin/fuse-overlayfs: [GNU GENERAL PUBLIC LICENSE, Version 2](https://togithub.com/containers/fuse-overlayfs/blob/v1.13/COPYING)
- bin/ipfs: [Combination of MIT-only license and dual MIT/Apache-2.0 license](https://togithub.com/ipfs/kubo/blob/v0.27.0/LICENSE)
- bin/{runc,bypass4netns,bypass4netnsd}: Apache License 2.0, statically linked with libseccomp ([LGPL 2.1](https://togithub.com/seccomp/libseccomp/blob/main/LICENSE), source code available at https://github.com/seccomp/libseccomp/)
- bin/tini: [MIT License](https://togithub.com/krallin/tini/blob/v0.19.0/LICENSE)
- Other files: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
```
#### Quick start
##### Rootful
```console
$ sudo systemctl enable --now containerd
$ sudo nerdctl run -d --name nginx -p 80:80 nginx:alpine
```
##### Rootless
```console
$ containerd-rootless-setuptool.sh install
$ nerdctl run -d --name nginx -p 8080:80 nginx:alpine
```
Enabling cgroup v2 is highly recommended for rootless mode, see https://rootlesscontaine.rs/getting-started/common/cgroup2/ .
***
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/containerd/nerdctl/actions/runs/8306824666
The sha256sum of the SHA256SUMS file itself is `9bf01c4843b3d90eddac5cd0e43dc901bf0f55f1b60a77ceace19db854935106` .
***
Release manager: Akihiro Suda ([@AkihiroSuda](https://togithub.com/AkihiroSuda))
### [`v1.7.4`](https://togithub.com/containerd/nerdctl/releases/tag/v1.7.4)
[Compare Source](https://togithub.com/containerd/nerdctl/compare/v1.7.3...v1.7.4)
#### Changes
- rootless:
- Fix incompatibility with firewalld (`Not Authorized(uid): org.fedoraproject.FirewallD1.config`) ([#2822](https://togithub.com/containerd/nerdctl/issues/2822))
- nerdctl-full:
- Update RootlessKit (2.0.1) ([#2800](https://togithub.com/containerd/nerdctl/issues/2800))
Full changes: https://github.com/containerd/nerdctl/milestone/40?closed=1
#### Compatible containerd versions
This release of nerdctl is expected to be used with containerd v1.6 or v1.7.
#### About the binaries
- Minimal (`nerdctl-1.7.4-linux-amd64.tar.gz`): nerdctl only
- Full (`nerdctl-full-1.7.4-linux-amd64.tar.gz`): Includes dependencies such as containerd, runc, and CNI
##### Minimal
Extract the archive to a path like `/usr/local/bin` or `~/bin` .
tar Cxzvvf /usr/local/bin nerdctl-1.7.4-linux-amd64.tar.gz
See `share/doc/nerdctl-full/README.md`:
```markdown
### nerdctl (full distribution)
- nerdctl: v1.7.4
- containerd: v1.7.13
- runc: v1.1.12
- CNI plugins: v1.4.0
- BuildKit: v0.12.5
- Stargz Snapshotter: v0.15.1
- imgcrypt: v1.1.9
- RootlessKit: v2.0.1
- slirp4netns: v1.2.2
- bypass4netns: v0.4.0
- fuse-overlayfs: v1.13
- containerd-fuse-overlayfs: v1.0.8
- Kubo (IPFS): v0.26.0
- Tini: v0.19.0
- buildg: v0.4.1
#### License
- bin/slirp4netns: [GNU GENERAL PUBLIC LICENSE, Version 2](https://togithub.com/rootless-containers/slirp4netns/blob/v1.2.2/COPYING)
- bin/fuse-overlayfs: [GNU GENERAL PUBLIC LICENSE, Version 2](https://togithub.com/containers/fuse-overlayfs/blob/v1.13/COPYING)
- bin/ipfs: [Combination of MIT-only license and dual MIT/Apache-2.0 license](https://togithub.com/ipfs/kubo/blob/v0.26.0/LICENSE)
- bin/{runc,bypass4netns,bypass4netnsd}: Apache License 2.0, statically linked with libseccomp ([LGPL 2.1](https://togithub.com/seccomp/libseccomp/blob/main/LICENSE), source code available at https://github.com/seccomp/libseccomp/)
- bin/tini: [MIT License](https://togithub.com/krallin/tini/blob/v0.19.0/LICENSE)
- Other files: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
```
#### Quick start
##### Rootful
```console
$ sudo systemctl enable --now containerd
$ sudo nerdctl run -d --name nginx -p 80:80 nginx:alpine
```
##### Rootless
```console
$ containerd-rootless-setuptool.sh install
$ nerdctl run -d --name nginx -p 8080:80 nginx:alpine
```
Enabling cgroup v2 is highly recommended for rootless mode, see https://rootlesscontaine.rs/getting-started/common/cgroup2/ .
***
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/containerd/nerdctl/actions/runs/7955891276
The sha256sum of the SHA256SUMS file itself is `94f417a37a8c2a48b5f60e1109aeb5ec47295c4727e44badc759c060871ac952` .
***
Release manager: Akihiro Suda ([@AkihiroSuda](https://togithub.com/AkihiroSuda))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.7.3
->1.7.5
Release Notes
containerd/nerdctl (containerd/nerdctl)
### [`v1.7.5`](https://togithub.com/containerd/nerdctl/releases/tag/v1.7.5) [Compare Source](https://togithub.com/containerd/nerdctl/compare/v1.7.4...v1.7.5) #### Changes - nerdctl-full: update containerd (1.7.14), slirp4netns (1.2.3), CNI plugins (1.4.1), RootlessKit (2.0.2), Kubo (0.27.0), imgcrypt (1.1.10) ([#2885](https://togithub.com/containerd/nerdctl/issues/2885)) Full changes: https://github.com/containerd/nerdctl/milestone/41?closed=1 #### Compatible containerd versions This release of nerdctl is expected to be used with containerd v1.6 or v1.7. #### About the binaries - Minimal (`nerdctl-1.7.5-linux-amd64.tar.gz`): nerdctl only - Full (`nerdctl-full-1.7.5-linux-amd64.tar.gz`): Includes dependencies such as containerd, runc, and CNI ##### Minimal Extract the archive to a path like `/usr/local/bin` or `~/bin` .tar Cxzvvf /usr/local/bin nerdctl-1.7.5-linux-amd64.tar.gz
-rwxr-xr-x root/root 25108480 2024-03-16 09:28 nerdctl -rwxr-xr-x root/root 21916 2024-03-16 09:27 containerd-rootless-setuptool.sh -rwxr-xr-x root/root 7187 2024-03-16 09:27 containerd-rootless.sh
tar Cxzvvf /usr/local nerdctl-full-1.7.5-linux-amd64.tar.gz
drwxr-xr-x 0/0 0 2024-03-16 09:35 bin/ -rwxr-xr-x 0/0 27644700 2015-10-21 00:00 bin/buildctl -rwxr-xr-x 0/0 23724032 2022-09-05 09:52 bin/buildg -rwxr-xr-x 0/0 53374823 2015-10-21 00:00 bin/buildkitd -rwxr-xr-x 0/0 7277848 2024-03-16 09:32 bin/bypass4netns -rwxr-xr-x 0/0 5308416 2024-03-16 09:32 bin/bypass4netnsd -rwxr-xr-x 0/0 38885048 2024-03-16 09:34 bin/containerd -rwxr-xr-x 0/0 9474048 2023-11-02 17:34 bin/containerd-fuse-overlayfs-grpc -rwxr-xr-x 0/0 21916 2024-03-16 09:33 bin/containerd-rootless-setuptool.sh -rwxr-xr-x 0/0 7187 2024-03-16 09:33 bin/containerd-rootless.sh -rwxr-xr-x 0/0 12066816 2024-03-16 09:34 bin/containerd-shim-runc-v2 -rwxr-xr-x 0/0 45903872 2023-10-31 08:57 bin/containerd-stargz-grpc -rwxr-xr-x 0/0 20634681 2024-03-16 09:34 bin/ctd-decoder -rwxr-xr-x 0/0 18771968 2024-03-16 09:33 bin/ctr -rwxr-xr-x 0/0 29669401 2024-03-16 09:34 bin/ctr-enc -rwxr-xr-x 0/0 19931136 2023-10-31 08:58 bin/ctr-remote -rwxr-xr-x 0/0 1785448 2024-03-16 09:34 bin/fuse-overlayfs -rwxr-xr-x 0/0 65588315 2024-03-16 09:34 bin/ipfs -rwxr-xr-x 0/0 25079808 2024-03-16 09:33 bin/nerdctl -rwxr-xr-x 0/0 10666181 2024-03-05 22:20 bin/rootlessctl -rwxr-xr-x 0/0 12358373 2024-03-05 22:20 bin/rootlesskit -rwxr-xr-x 0/0 15074064 2024-03-16 09:33 bin/runc -rwxr-xr-x 0/0 2346328 2024-03-16 09:34 bin/slirp4netns -rwxr-xr-x 0/0 870496 2024-03-16 09:34 bin/tini drwxr-xr-x 0/0 0 2024-03-16 09:34 lib/ drwxr-xr-x 0/0 0 2024-03-16 09:34 lib/systemd/ drwxr-xr-x 0/0 0 2024-03-16 09:34 lib/systemd/system/ -rw-r--r-- 0/0 1475 2024-03-16 09:34 lib/systemd/system/buildkit.service -rw-r--r-- 0/0 1414 2024-03-16 09:32 lib/systemd/system/containerd.service -rw-r--r-- 0/0 312 2024-03-16 09:34 lib/systemd/system/stargz-snapshotter.service drwxr-xr-x 0/0 0 2024-03-16 09:34 libexec/ drwxr-xr-x 0/0 0 2024-03-16 09:34 libexec/cni/ -rw-r--r-- 0/0 11357 2024-03-12 10:56 libexec/cni/LICENSE -rw-r--r-- 0/0 2343 2024-03-12 10:56 libexec/cni/README.md -rwxr-xr-x 0/0 4119661 2024-03-12 10:56 libexec/cni/bandwidth -rwxr-xr-x 0/0 4662227 2024-03-12 10:56 libexec/cni/bridge -rwxr-xr-x 0/0 11065251 2024-03-12 10:56 libexec/cni/dhcp -rwxr-xr-x 0/0 4306546 2024-03-12 10:56 libexec/cni/dummy -rwxr-xr-x 0/0 4751593 2024-03-12 10:56 libexec/cni/firewall -rwxr-xr-x 0/0 4198427 2024-03-12 10:56 libexec/cni/host-device -rwxr-xr-x 0/0 3560496 2024-03-12 10:56 libexec/cni/host-local -rwxr-xr-x 0/0 4324636 2024-03-12 10:56 libexec/cni/ipvlan -rwxr-xr-x 0/0 3651038 2024-03-12 10:56 libexec/cni/loopback -rwxr-xr-x 0/0 4355073 2024-03-12 10:56 libexec/cni/macvlan -rwxr-xr-x 0/0 4095898 2024-03-12 10:56 libexec/cni/portmap -rwxr-xr-x 0/0 4476535 2024-03-12 10:56 libexec/cni/ptp -rwxr-xr-x 0/0 3861176 2024-03-12 10:56 libexec/cni/sbr -rwxr-xr-x 0/0 3120090 2024-03-12 10:56 libexec/cni/static -rwxr-xr-x 0/0 4381887 2024-03-12 10:56 libexec/cni/tap -rwxr-xr-x 0/0 3743844 2024-03-12 10:56 libexec/cni/tuning -rwxr-xr-x 0/0 4319235 2024-03-12 10:56 libexec/cni/vlan -rwxr-xr-x 0/0 4008392 2024-03-12 10:56 libexec/cni/vrf drwxr-xr-x 0/0 0 2024-03-16 09:33 share/ drwxr-xr-x 0/0 0 2024-03-16 09:33 share/doc/ drwxr-xr-x 0/0 0 2024-03-16 09:33 share/doc/nerdctl/ -rw-r--r-- 0/0 12480 2024-03-16 09:27 share/doc/nerdctl/README.md drwxr-xr-x 0/0 0 2024-03-16 09:27 share/doc/nerdctl/docs/ -rw-r--r-- 0/0 3953 2024-03-16 09:27 share/doc/nerdctl/docs/build.md -rw-r--r-- 0/0 2570 2024-03-16 09:27 share/doc/nerdctl/docs/builder-debug.md -rw-r--r-- 0/0 3996 2024-03-16 09:27 share/doc/nerdctl/docs/cni.md -rw-r--r-- 0/0 74383 2024-03-16 09:27 share/doc/nerdctl/docs/command-reference.md -rw-r--r-- 0/0 1814 2024-03-16 09:27 share/doc/nerdctl/docs/compose.md -rw-r--r-- 0/0 5329 2024-03-16 09:27 share/doc/nerdctl/docs/config.md -rw-r--r-- 0/0 9128 2024-03-16 09:27 share/doc/nerdctl/docs/cosign.md -rw-r--r-- 0/0 5660 2024-03-16 09:27 share/doc/nerdctl/docs/cvmfs.md -rw-r--r-- 0/0 2435 2024-03-16 09:27 share/doc/nerdctl/docs/dir.md -rw-r--r-- 0/0 906 2024-03-16 09:27 share/doc/nerdctl/docs/experimental.md -rw-r--r-- 0/0 14217 2024-03-16 09:27 share/doc/nerdctl/docs/faq.md -rw-r--r-- 0/0 884 2024-03-16 09:27 share/doc/nerdctl/docs/freebsd.md -rw-r--r-- 0/0 3228 2024-03-16 09:27 share/doc/nerdctl/docs/gpu.md -rw-r--r-- 0/0 14463 2024-03-16 09:27 share/doc/nerdctl/docs/ipfs.md -rw-r--r-- 0/0 1748 2024-03-16 09:27 share/doc/nerdctl/docs/multi-platform.md -rw-r--r-- 0/0 2960 2024-03-16 09:27 share/doc/nerdctl/docs/notation.md -rw-r--r-- 0/0 2596 2024-03-16 09:27 share/doc/nerdctl/docs/nydus.md -rw-r--r-- 0/0 3277 2024-03-16 09:27 share/doc/nerdctl/docs/ocicrypt.md -rw-r--r-- 0/0 1876 2024-03-16 09:27 share/doc/nerdctl/docs/overlaybd.md -rw-r--r-- 0/0 15657 2024-03-16 09:27 share/doc/nerdctl/docs/registry.md -rw-r--r-- 0/0 5088 2024-03-16 09:27 share/doc/nerdctl/docs/rootless.md -rw-r--r-- 0/0 2015 2024-03-16 09:27 share/doc/nerdctl/docs/soci.md -rw-r--r-- 0/0 10312 2024-03-16 09:27 share/doc/nerdctl/docs/stargz.md drwxr-xr-x 0/0 0 2024-03-16 09:35 share/doc/nerdctl-full/ -rw-r--r-- 0/0 1154 2024-03-16 09:35 share/doc/nerdctl-full/README.md -rw-r--r-- 0/0 6578 2024-03-16 09:35 share/doc/nerdctl-full/SHA256SUMS
Included components
See `share/doc/nerdctl-full/README.md`: ```markdown ### nerdctl (full distribution) - nerdctl: v1.7.5 - containerd: v1.7.14 - runc: v1.1.12 - CNI plugins: v1.4.1 - BuildKit: v0.12.5 - Stargz Snapshotter: v0.15.1 - imgcrypt: v1.1.10 - RootlessKit: v2.0.2 - slirp4netns: v1.2.3 - bypass4netns: v0.4.0 - fuse-overlayfs: v1.13 - containerd-fuse-overlayfs: v1.0.8 - Kubo (IPFS): v0.27.0 - Tini: v0.19.0 - buildg: v0.4.1 #### License - bin/slirp4netns: [GNU GENERAL PUBLIC LICENSE, Version 2](https://togithub.com/rootless-containers/slirp4netns/blob/v1.2.3/COPYING) - bin/fuse-overlayfs: [GNU GENERAL PUBLIC LICENSE, Version 2](https://togithub.com/containers/fuse-overlayfs/blob/v1.13/COPYING) - bin/ipfs: [Combination of MIT-only license and dual MIT/Apache-2.0 license](https://togithub.com/ipfs/kubo/blob/v0.27.0/LICENSE) - bin/{runc,bypass4netns,bypass4netnsd}: Apache License 2.0, statically linked with libseccomp ([LGPL 2.1](https://togithub.com/seccomp/libseccomp/blob/main/LICENSE), source code available at https://github.com/seccomp/libseccomp/) - bin/tini: [MIT License](https://togithub.com/krallin/tini/blob/v0.19.0/LICENSE) - Other files: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) ```
tar Cxzvvf /usr/local/bin nerdctl-1.7.4-linux-amd64.tar.gz
-rwxr-xr-x root/root 25010176 2024-02-19 07:16 nerdctl -rwxr-xr-x root/root 21916 2024-02-19 07:15 containerd-rootless-setuptool.sh -rwxr-xr-x root/root 7187 2024-02-19 07:15 containerd-rootless.sh
tar Cxzvvf /usr/local nerdctl-full-1.7.4-linux-amd64.tar.gz
drwxr-xr-x 0/0 0 2024-02-19 07:23 bin/ -rwxr-xr-x 0/0 27644700 2015-10-21 00:00 bin/buildctl -rwxr-xr-x 0/0 23724032 2022-09-05 09:52 bin/buildg -rwxr-xr-x 0/0 53374823 2015-10-21 00:00 bin/buildkitd -rwxr-xr-x 0/0 7277816 2024-02-19 07:21 bin/bypass4netns -rwxr-xr-x 0/0 5308416 2024-02-19 07:21 bin/bypass4netnsd -rwxr-xr-x 0/0 38864536 2024-02-19 07:22 bin/containerd -rwxr-xr-x 0/0 9474048 2023-11-02 17:34 bin/containerd-fuse-overlayfs-grpc -rwxr-xr-x 0/0 21916 2024-02-19 07:21 bin/containerd-rootless-setuptool.sh -rwxr-xr-x 0/0 7187 2024-02-19 07:21 bin/containerd-rootless.sh -rwxr-xr-x 0/0 12066816 2024-02-19 07:22 bin/containerd-shim-runc-v2 -rwxr-xr-x 0/0 45903872 2023-10-31 08:57 bin/containerd-stargz-grpc -rwxr-xr-x 0/0 20495889 2024-02-19 07:23 bin/ctd-decoder -rwxr-xr-x 0/0 18763776 2024-02-19 07:22 bin/ctr -rwxr-xr-x 0/0 29446195 2024-02-19 07:23 bin/ctr-enc -rwxr-xr-x 0/0 19931136 2023-10-31 08:58 bin/ctr-remote -rwxr-xr-x 0/0 1785448 2024-02-19 07:23 bin/fuse-overlayfs -rwxr-xr-x 0/0 65347946 2024-02-19 07:22 bin/ipfs -rwxr-xr-x 0/0 24981504 2024-02-19 07:21 bin/nerdctl -rwxr-xr-x 0/0 10128131 2024-02-06 02:44 bin/rootlessctl -rwxr-xr-x 0/0 11774347 2024-02-06 02:44 bin/rootlesskit -rwxr-xr-x 0/0 15074072 2024-02-19 07:21 bin/runc -rwxr-xr-x 0/0 2346328 2024-02-19 07:23 bin/slirp4netns -rwxr-xr-x 0/0 870496 2024-02-19 07:23 bin/tini drwxr-xr-x 0/0 0 2024-02-19 07:22 lib/ drwxr-xr-x 0/0 0 2024-02-19 07:22 lib/systemd/ drwxr-xr-x 0/0 0 2024-02-19 07:23 lib/systemd/system/ -rw-r--r-- 0/0 1475 2024-02-19 07:23 lib/systemd/system/buildkit.service -rw-r--r-- 0/0 1414 2024-02-19 07:20 lib/systemd/system/containerd.service -rw-r--r-- 0/0 312 2024-02-19 07:23 lib/systemd/system/stargz-snapshotter.service drwxr-xr-x 0/0 0 2024-02-19 07:22 libexec/ drwxrwxr-x 0/0 0 2024-02-19 07:22 libexec/cni/ -rwxr-xr-x 0/0 4109351 2023-12-04 16:38 libexec/cni/bandwidth -rwxr-xr-x 0/0 4652757 2023-12-04 16:39 libexec/cni/bridge -rwxr-xr-x 0/0 11050013 2023-12-04 16:39 libexec/cni/dhcp -rwxr-xr-x 0/0 4297556 2023-12-04 16:39 libexec/cni/dummy -rwxr-xr-x 0/0 4736299 2023-12-04 16:39 libexec/cni/firewall -rwxr-xr-x 0/0 4191837 2023-12-04 16:39 libexec/cni/host-device -rwxr-xr-x 0/0 3549866 2023-12-04 16:39 libexec/cni/host-local -rwxr-xr-x 0/0 4315686 2023-12-04 16:39 libexec/cni/ipvlan -rwxr-xr-x 0/0 3636792 2023-12-04 16:39 libexec/cni/loopback -rwxr-xr-x 0/0 4349395 2023-12-04 16:39 libexec/cni/macvlan -rwxr-xr-x 0/0 4085020 2023-12-04 16:39 libexec/cni/portmap -rwxr-xr-x 0/0 4470977 2023-12-04 16:39 libexec/cni/ptp -rwxr-xr-x 0/0 3851218 2023-12-04 16:39 libexec/cni/sbr -rwxr-xr-x 0/0 3110828 2023-12-04 16:39 libexec/cni/static -rwxr-xr-x 0/0 4371897 2023-12-04 16:39 libexec/cni/tap -rwxr-xr-x 0/0 3726382 2023-12-04 16:39 libexec/cni/tuning -rwxr-xr-x 0/0 4310173 2023-12-04 16:39 libexec/cni/vlan -rwxr-xr-x 0/0 4001842 2023-12-04 16:39 libexec/cni/vrf drwxr-xr-x 0/0 0 2024-02-19 07:21 share/ drwxr-xr-x 0/0 0 2024-02-19 07:21 share/doc/ drwxr-xr-x 0/0 0 2024-02-19 07:21 share/doc/nerdctl/ -rw-r--r-- 0/0 12480 2024-02-19 07:15 share/doc/nerdctl/README.md drwxr-xr-x 0/0 0 2024-02-19 07:15 share/doc/nerdctl/docs/ -rw-r--r-- 0/0 3953 2024-02-19 07:15 share/doc/nerdctl/docs/build.md -rw-r--r-- 0/0 2570 2024-02-19 07:15 share/doc/nerdctl/docs/builder-debug.md -rw-r--r-- 0/0 3996 2024-02-19 07:15 share/doc/nerdctl/docs/cni.md -rw-r--r-- 0/0 74383 2024-02-19 07:15 share/doc/nerdctl/docs/command-reference.md -rw-r--r-- 0/0 1814 2024-02-19 07:15 share/doc/nerdctl/docs/compose.md -rw-r--r-- 0/0 5329 2024-02-19 07:15 share/doc/nerdctl/docs/config.md -rw-r--r-- 0/0 9128 2024-02-19 07:15 share/doc/nerdctl/docs/cosign.md -rw-r--r-- 0/0 5660 2024-02-19 07:15 share/doc/nerdctl/docs/cvmfs.md -rw-r--r-- 0/0 2435 2024-02-19 07:15 share/doc/nerdctl/docs/dir.md -rw-r--r-- 0/0 906 2024-02-19 07:15 share/doc/nerdctl/docs/experimental.md -rw-r--r-- 0/0 14217 2024-02-19 07:15 share/doc/nerdctl/docs/faq.md -rw-r--r-- 0/0 884 2024-02-19 07:15 share/doc/nerdctl/docs/freebsd.md -rw-r--r-- 0/0 3228 2024-02-19 07:15 share/doc/nerdctl/docs/gpu.md -rw-r--r-- 0/0 14463 2024-02-19 07:15 share/doc/nerdctl/docs/ipfs.md -rw-r--r-- 0/0 1748 2024-02-19 07:15 share/doc/nerdctl/docs/multi-platform.md -rw-r--r-- 0/0 2960 2024-02-19 07:15 share/doc/nerdctl/docs/notation.md -rw-r--r-- 0/0 2596 2024-02-19 07:15 share/doc/nerdctl/docs/nydus.md -rw-r--r-- 0/0 3277 2024-02-19 07:15 share/doc/nerdctl/docs/ocicrypt.md -rw-r--r-- 0/0 1876 2024-02-19 07:15 share/doc/nerdctl/docs/overlaybd.md -rw-r--r-- 0/0 15657 2024-02-19 07:15 share/doc/nerdctl/docs/registry.md -rw-r--r-- 0/0 5088 2024-02-19 07:15 share/doc/nerdctl/docs/rootless.md -rw-r--r-- 0/0 2015 2024-02-19 07:15 share/doc/nerdctl/docs/soci.md -rw-r--r-- 0/0 10312 2024-02-19 07:15 share/doc/nerdctl/docs/stargz.md drwxr-xr-x 0/0 0 2024-02-19 07:23 share/doc/nerdctl-full/ -rw-r--r-- 0/0 1153 2024-02-19 07:23 share/doc/nerdctl-full/README.md -rw-r--r-- 0/0 6400 2024-02-19 07:23 share/doc/nerdctl-full/SHA256SUMS
Included components
See `share/doc/nerdctl-full/README.md`: ```markdown ### nerdctl (full distribution) - nerdctl: v1.7.4 - containerd: v1.7.13 - runc: v1.1.12 - CNI plugins: v1.4.0 - BuildKit: v0.12.5 - Stargz Snapshotter: v0.15.1 - imgcrypt: v1.1.9 - RootlessKit: v2.0.1 - slirp4netns: v1.2.2 - bypass4netns: v0.4.0 - fuse-overlayfs: v1.13 - containerd-fuse-overlayfs: v1.0.8 - Kubo (IPFS): v0.26.0 - Tini: v0.19.0 - buildg: v0.4.1 #### License - bin/slirp4netns: [GNU GENERAL PUBLIC LICENSE, Version 2](https://togithub.com/rootless-containers/slirp4netns/blob/v1.2.2/COPYING) - bin/fuse-overlayfs: [GNU GENERAL PUBLIC LICENSE, Version 2](https://togithub.com/containers/fuse-overlayfs/blob/v1.13/COPYING) - bin/ipfs: [Combination of MIT-only license and dual MIT/Apache-2.0 license](https://togithub.com/ipfs/kubo/blob/v0.26.0/LICENSE) - bin/{runc,bypass4netns,bypass4netnsd}: Apache License 2.0, statically linked with libseccomp ([LGPL 2.1](https://togithub.com/seccomp/libseccomp/blob/main/LICENSE), source code available at https://github.com/seccomp/libseccomp/) - bin/tini: [MIT License](https://togithub.com/krallin/tini/blob/v0.19.0/LICENSE) - Other files: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) ```
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.