Skip to content

Commit

Permalink
Documentation: Add note about pinning the container after release
Browse files Browse the repository at this point in the history
Add note that one the patches after branching should
pin the container to the current LTS version so the
CI on that branch remains stable as long as possible.

Signed-off-by: Ales Musil <amusil@redhat.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
almusil authored and dceara committed Jan 9, 2024
1 parent 23e82a7 commit 3d0edc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/internals/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Scheduling`_ for the timing of each stage:
branch. Features to be added to release branches should be limited in scope
and risk and discussed on ovs-dev before creating the branch.

In order to keep the CI stable on the new release branch, the Ubuntu
container should be pinned to the current LTS version in the Dockerfile
e.g. registry.hub.docker.com/library/ubuntu:22.04.

3. When committers come to rough consensus that the release is ready, they
release the .0 release on its branch, e.g. 25.09.0 for branch-25.09. To
make the actual release, a committer pushes a signed tag named, e.g.
Expand Down

0 comments on commit 3d0edc7

Please sign in to comment.