jesec / rtorrent

stable, high-performance and low resource consumption BitTorrent client
GNU General Public License v2.0
192 stars 38 forks source link

CI: add "jesec/rtorrent:latest" tag to rolling release #23

Closed DopyConqueror closed 3 years ago

DopyConqueror commented 3 years ago

Description

Docker's default tag is "latest", so when not specifying a tag when pulling/pushing a tag from/to Docker Hub "latest" is used. The "latest" tag was used for "jesec/rtorrent" previously but is not used anymore, leaving an outdated tag on Docker Hub. This outdated tag gets downloaded by default. This affects some of the docker-compose examples, too.

This PR adds the "latest" tag as a synonym for the "master" tag.

Types of changes

jesec commented 3 years ago

No. It is intended. latest should point to a released build.