k8s/image-committer/v0.1.1

lumina-ai-inc/chunkrk8s/image-committer/v0.1.1Jul 5, 2026by Pangjiping

AI Summary

This release improves the reliability of Kubernetes sandbox snapshot commits by falling back to stopped containers when running containers are unavailable, preventing failures in race-prone scenarios.

Key Highlights

  • Falls back to stopped containers using nerdctl ps -a
  • Improves reliability for snapshot commits after container exit
  • Addresses failure scenarios where running lookup returns empty

Full Release Notes

## What's New

### 🐛 Bug Fixes

- **Fall back to stopped snapshot containers** — When committing a Kubernetes sandbox snapshot, the image-committer now falls back to `nerdctl ps -a` if the running-container lookup returns empty. Previously, if a container had already exited by the time the commit ran, the operation would fail. The committer still prefers running containers but can now find exited containers that still exist locally, making snapshot commits more reliable in race-prone scenarios. (#1164)

### 👥 Contributors

- @Gujiassh

---
- Docker Hub: opensandbox/image-committer:v0.1.1
- GHCR: ghcr.io/opensandbox-group/opensandbox/image-committer:v0.1.1
- Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/image-committer:v0.1.1