Skip to content

Versioning and releases

html2rss-web publishes versioned Docker images to Docker Hub: html2rss/web.

For release 1.2.3, we publish these tags:

  • html2rss/web:1.2.3: exact release
  • html2rss/web:1: latest release in major version 1
  • html2rss/web:latest: newest published release
  • html2rss/web:<git-sha>: release image pinned by source commit

Use html2rss/web:1 for normal deployments. It receives newer releases for major version 1 without moving across a future major release.

Use an exact version tag when you need fully pinned deploys. Use latest only when you intentionally want the newest published release. Use the commit SHA tag when you need to trace or reproduce one released build.

Release images include SBOM and provenance metadata. The image build also sets BUILD_TAG to the release version and GIT_SHA to the released commit.

If you use Docker Compose, set up Watchtower to pull updates for the tag you selected.