From c8ad0d9dec67dc025ece6c474263d92601b2a503 Mon Sep 17 00:00:00 2001 From: Dong Chen Date: Thu, 3 Mar 2016 14:40:47 -0800 Subject: [PATCH] Update RELEASE-CHECKLIST.md. Signed-off-by: Dong Chen --- RELEASE-CHECKLIST.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index 59b9eaa981..c9e62bcee6 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -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_ edit library/swarm git add library/swarm