containerd has a new release cycle (synchronized with Kubernetes) and LTS cadence! Check out samuel.karp.dev/blog/2026/03... for the details!
Posts by CNCF containerd Team
We've just released @containerd.dev 2.1! Check out my highlights post here: samuel.karp.dev/blog/2025/05...
Maintainers of the containerd project speaking at KubeCon EU
Maintainers of the containerd project presenting at KubeCon EU providing an update on recent changes and releases
The @containerd.dev maintainer session is underway at #KubeCon EU in London with an awesome cross-section of contributors and maintainers from both the core project and subprojects like nerdctl and runwasi.
We'll be talking about @containerd.dev in just about an hour! Come join us in Platinum Suite Level 3 Room 3-4 at 5:30!
#KubeConEU
If you’re around KubeCon, join me, @samuelkarp.com, Akihiro Suda, Maksym Pavlenko and Jiaxiao Zhou later today to talk about @containerd.dev news!
sched.co/1td0k
Mount Ollama binary • Mount the Ollama binary from the host into the container config. Mounts append(config. Mounts, specs. Mount Source: "/usr/bin/ollama" Destination: "/usr/bin/ollama", Type: "bind". Options: []string("rbind", "ro"}, })
Mount OCI as a Modelfile • Ollama needs to read the GGUF from a Modelfile file modelPath: getTaskEnv ("OLLAMA_MODEL PATH", config.Process.Env) modelfile: fmt.Sprintf("FROM %s", modelPath) err = os.WriteFile(filepath.Join(tempDir, "Modelfile"), []byte (modelfile), 0644) if err != nil { return nil, err } config.Mounts append(config.Mounts, specs. Mount( Source: filepath.Join(tempDir, "Modelfile"), Destination: "/tmp/Modelfile", Type: "bind", Options: []string("rbind", "ro"}, })
Serve the Model Set the container args to serve the model using Ollama config.Process.Args = [] string( /bin/bash", "-c". strings.Join([]string{ "ollama serve &", "while ollama ps> /dev/null 2>&1; do sleep 1; done", "ollama create modelName + --file/tmp/Modelfile", "tail -f /dev/null", }, "\n"),
This is pretty cool: a @containerd.dev shim to run LLMs with ollama. The shim augments the image by mounting in the ollama binary, generating a Modelfile as input to ollama (based on the model bundled in the image), and setting an entry point.
It's been a few weeks, but I have a new @containerd.dev internals blog post about images!
samuel.karp.dev/blog/2024/12...
Continuing the @containerd.dev internals blog series with a post about ctr!
samuel.karp.dev/blog/2024/12...
Another post about containerd internals. Continuing with the plugins topic, this post is about proxy plugins. d.mcg.dev/blog/contain...
First containerd internals blog post is up!
This month a few containerd maintainers will be blogging a series about containerd internals and components we think are interesting. Follow the containerd maintainers on bsky at containerd.dev/bsky
Join me, @estesp.dev, @kirtana-ashok.bsky.social, @mikebrow.bsky.social, and Akihiro Suda for a conversation about containerd!
2:55pm
Hyatt Regency | Level 4 | Regency Ballroom A
sched.co/1hoyS
Starting now in 247B at #KubeCon : Sam Karp, one of our maintainers talking all about @containerd.dev 2.0!
Dagger booth at KubeCon with many people wearing containerd hats
Solomon Hykes and Phil Estes sporting containerd hats
Doing my part to add some @containerd.dev hats to the #KubeCon hat scene. Got most of the Dagger team to wear them 🧢😁 @shykes.bsky.social
Join me tomorrow to learn how to prepare for containerd 2.0!
sched.co/1i7qL
Promotional card for "What containerd 2.0 means for you" at KubeCon NA 2024 on November 15, 2024.
We released containerd 2.0 this week, with new features, now-stable features, and deprecations.
Join me next Friday at KubeCon to learn how to prepare for 2.0 in your production environments. We'll cover what's new and discuss how to detect/remediate any impact of removed features.
sched.co/1i7qL
Good things come in threes! One of our maintainers, Akihiro Suda, also leads the Lima and nerdctl projects, and blogged about the containerd 2.0.0 release alongside nerdctl 2.0 and Lima 1.0 releases, also released yesterday! Check his blog post out here: medium.com/nttlabs/cont...
Hi 👋 Bluesky! We're joining our friends like @kubernetes.io here and look forward to interacting with our cloud native community here. Let us know what you think of containerd 2.0 and catch us next week at KubeCon/CloudNativeCon North America!
Yes, the @containerd.dev team is excited to announce our 2.0.0 release, just in time for KubeCon NA in Salt Lake City next week 😅 We're thankful to our amazing set of contributors who have collaborated to make this release a reality. We will have a project pavilion booth as well! Come chat with us!