Update RELEASE-CHECKLIST.md.

Signed-off-by: Dong Chen <dongluo.chen@docker.com>
This commit is contained in:
Dong Chen 2016-03-03 14:40:47 -08:00
parent efcc35ba08
commit c8ad0d9dec
1 changed files with 8 additions and 1 deletions

View File

@ -37,12 +37,19 @@ git push origin
### 4. Update official image
fork https://github.com/docker-library/official-images.git
If you don't have https://github.com/docker-library/official-images.git, fork it.
```
git clone https://github.com/docker-library/official-images.git
cd official-images
git remote add $GITHUBUSER git@github.com:$GITHUBUSER/official-images.git
```
Update the official image.
```
git checkout master
git pull
git checkout -b update_swarm_<tag>
edit library/swarm
git add library/swarm