Bug 296514 - sysutils/nerdctl: Update to 2.3.4
Summary: sysutils/nerdctl: Update to 2.3.4
Status: In Progress
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Laurent Chardon
URL: https://github.com/containerd/nerdctl...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-07-04 13:46 UTC by Laurent Chardon
Modified: 2026-07-05 22:04 UTC (History)
1 user (show)

See Also:


Attachments
Update nerdctl to 2.3.4 (1.96 KB, patch)
2026-07-04 13:46 UTC, Laurent Chardon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Chardon freebsd_committer freebsd_triage 2026-07-04 13:46:04 UTC
Created attachment 272485 [details]
Update nerdctl to 2.3.4

To test:

$ sudo pkg install containerd runj
Updating FreeBSD-ports repository catalogue...
FreeBSD-ports repository is up to date.
Updating FreeBSD-ports-kmods repository catalogue...
FreeBSD-ports-kmods repository is up to date.
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
	containerd: 2.3.1_1 [FreeBSD-ports]
	runj: 0.2.0_6 [FreeBSD-ports]

Number of packages to be installed: 2

The process will require 94 MiB more space.

Proceed with this action? [y/N]: y
[1/2] Installing containerd-2.3.1_1...
[1/2] Extracting containerd-2.3.1_1: 100%
[2/2] Installing runj-0.2.0_6...
[2/2] Extracting runj-0.2.0_6: 100%

$ sudo service containerd onestart
Starting containerd.

$ sudo nerdctl run --rm --net=none ghcr.io/freebsd/freebsd-runtime:15.1 echo "hello from FreeBSD nerdctl"
ghcr.io/freebsd/freebsd-runtime:15.1    saved
└──index-sha256:d9beae9d6b13999ef697507b        complete        |++++++++++++++++++++++++++++++++++++++|
   └──manifest-sha256:7673c9e4106e295d22        complete        |++++++++++++++++++++++++++++++++++++++|
      ├──config-sha256:90c49367542992956        complete        |++++++++++++++++++++++++++++++++++++++|
      └──layer-sha256:78d645ce98ae2543c0        extracted       |++++++++++++++++++++++++++++++++++++++|
application/vnd.oci.image.index.v1+json sha256:d9beae9d6b13999ef697507b2144afd57cb1e2b4aedf0cefb94f9f1afde34604
Completed pull from OCI Registry (ghcr.io/freebsd/freebsd-runtime:15.1) elapsed: 1.4 s  total:  12.0 M  (8.6 MiB/s)
hello from FreeBSD nerdctl

$ sudo nerdctl images
REPOSITORY                         TAG     IMAGE ID        CREATED           PLATFORM         SIZE       BLOB SIZE
ghcr.io/freebsd/freebsd-runtime    15.1    d9beae9d6b13    15 seconds ago    freebsd/amd64    1.096MB    12.58MB

$ sudo nerdctl rmi d9beae9d6b13
Untagged: ghcr.io/freebsd/freebsd-runtime:15.1@sha256:d9beae9d6b13999ef697507b2144afd57cb1e2b4aedf0cefb94f9f1afde34604
Deleted: sha256:d8ef77f70a0ec65b949217ad5afc7b6217f3094ec67af4f76d5e26fbb7b6d708
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2026-07-04 15:44:11 UTC
Approved!
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-07-05 22:04:50 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=decf626d387eaa0ce425fa31266ad4769cb5f87d

commit decf626d387eaa0ce425fa31266ad4769cb5f87d
Author:     Laurent Chardon <laurent@FreeBSD.org>
AuthorDate: 2026-07-05 22:03:22 +0000
Commit:     Laurent Chardon <laurent@FreeBSD.org>
CommitDate: 2026-07-05 22:04:07 +0000

    sysutils/nerdctl: Update to 2.3.4

    Changelog: https://github.com/containerd/nerdctl/releases/tag/v2.3.4

    PR:             296514
    Reviewed by:    thierry (mentor)
    Approved by:    thierry (mentor)

 sysutils/nerdctl/Makefile |  2 +-
 sysutils/nerdctl/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)