Note: details of the release process of the project are documented in PATCH-RELEASES.md.
master serves as the development branch for future releases of the project. All changes should be made to the master branch, and changes to release branches should only be made in the form of cherry-picked commits, if possible. The sponsoring maintainers of a release branch serve as the primary point of contact, and are available to provide guidance on contributing changes to their respective branches.
Keep in mind that release branches only accept bug and security fixes; new features will generally not be considered for backport to release branches.
Currently (and previously) maintained release branches are documented in the table below:
| Branch Name | Sponsoring Maintainer(s) | Contribution Status | Expected End of Maintenance | Known Distributors |
|---|---|---|---|---|
| master (development branch) | The Moby Project MAINTAINERS | N/A | - | N/A |
| 28.x | The Moby Project MAINTAINERS | Maintained | After 29.x | Docker, Inc., Microsoft |
| 27.x | Unmaintained | |||
| 26.1 | Unmaintained | |||
| 26.0 | Unmaintained | |||
| 25.0 | @corhere | Maintained | TBD | Amazon, Mirantis |
| 24.0 | Unmaintained | |||
| 23.0 | @corhere | Maintained (security) | 2025-05-19 | Mirantis |
| Older than 23.0 | Unmaintained |
Note: The Moby Project provides source code releases. Binary distributions are available from multiple contributing parties, and known distributions can be discovered in PACKAGERS.md.
The contribution status of a branch is meant to set contributor expectations for acceptance of changes into a branch, as well as document what level of contribution or maintenance the sponsoring maintainers expect to perform. This status is informational and not binding.
All releases of The Moby Project should have a corresponding tag in the repository. The project generally attempts to adhere to Semantic Versioning whenever possible.
The general format of a tag is vX.Y.Z[-suffix[N]]:
X, Y, Z must be specified (example: v1.0.0)1.8.0 should be tagged v1.8.0-rc1v1.0.0-alpha1