Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
README: explain the change of docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 23, 2019
1 parent d09ffbb commit 2595b71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,8 @@ docker tag `docker images | head | awk '{print $3}'|sed -n 2p` \
bassosimone/mk-debian
docker push bassosimone/mk-debian
```
Before v0.2.6, we used to push `bassosimone/mk-debian:testing`. Now we
do not push any tag, hence we default to `latest`. We will keep around the
`testing` image for some more time, until all repositories using this
repostitory have been updated. Please, use the `latest` tag in new code.

0 comments on commit 2595b71

Please sign in to comment.