mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
Updated Registry Release Process (markdown)
parent
f4be92eda5
commit
583c976665
@ -13,7 +13,16 @@ You will need PGP installed and a PGP key. The key should be registered at keyb
|
||||
|
||||
6. Update the registry binary in `docker/distribution-library-image` by running the update script and opening a pull request.
|
||||
|
||||
7. Update the official image. Add the new version in the [official images repo](docker-library/official-images) by appending a new version to the `registry/registry` file with the git hash pointed to by the signed tag.
|
||||
7. Update the official image. Add the new version in the [official images repo](docker-library/official-images) by appending a new version to the `registry/registry` file with the git hash pointed to by the signed tag. Update the major version to point to the latest version and the minor version to point to new patch release if necessary.
|
||||
e.g. to release 2.3.1
|
||||
|
||||
`2.3.1 (new)`
|
||||
|
||||
`2.3.0 -> 2.3.0 (unchanged)`
|
||||
|
||||
`2 -> 2.3.1`
|
||||
|
||||
`2.3 -> 2.3.1`
|
||||
|
||||
8. Build a new distribution/registry image on [Docker hub](https://hub.docker.com/u/distribution/dashboard) by adding a new automated build with the new tag and re-building the images.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user