VersionTags - JayWheeler/tumblr-debian GitHub Wiki

Version Tags


git clone will clone the master branch of the repository by default. The master branch is based on the current development version, and most likely unstable. Other versions (branches or tags) can be selected in the Branch selection box on the tumblr-debian GitHub page.

Likewise, docker pull will pull (or download) the latest docker image. The latest branch is based on the current, most stable version, not the master branch in the GitHub repository. Older docker images can be found in the docker Tags folder.

In both repositories, the most stable version is the 3-number version tag (0.x.x, 1.x.x) which ends in a 0 (0.x.0, 1.x.0). This is intended to be a stable base version. Otherwise it is a patch to the latest base version, and is intended to apply fixes and/or experimental features.

When the fixes / features are stable, the middle number is increased by 1 and the last number is reset to 0, indicating a stable base version. At the same time, the docker images are updated and new tag images with the stable base version and the latest versions are created.

Other GitHub source branches / tags, if available, can be selected in the Branch selection box.


The following table shows the relationship between the tumblr Docker version tag, GitHub branch, and GitHub tags:

Tags
tumblr-debian tumblr GitHub Branch GitHub Tag
0.2.1 0.0.6 master 0.2.1
0.2.2 0.0.7 master N/A

NOTES:

  • The GitHub master branch is the current development branch, and is unreliable.
⚠️ **GitHub.com Fallback** ⚠️