-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Milestone
Description
This is a tracking issue for Go client stabilization. Once the Go client has stabilized we will guarantee not to make breaking changes in minor releases, similar to the API.
This is a non-exhaustive list of items before stabilization
- Move to go modules (All containerd repositories)
- Audit and remove unstable upstream dependencies (moby/moby, docker/distribution, etc)
- Audit inconsistencies across package interfaces
- Ensure interfaces with optional values use the options pattern
Related issues #3553