Skip to content

Commit

Permalink
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c8ad0d9

Please sign in to comment.