RSS feed for Docker Hub images
Docker Hub doesn't provide notifications for new image releases, so Docker Hub RSS turns image tags into an RSS feed for easy consumption. Subscribe using Slack RSS, Feedly, or any other RSS feed reader to get notified when a new image is published.
Run with Docker by executing: docker run -d -p 3000:3000 --name=docker-hub-rss theconnman/docker-hub-rss:latest
To use point an RSS feed reader to http://<url>:3000/<docker-hub-user>/<docker-hub-repo>.atom
. The easiest way to create a publically accessible endpoint for an RSS reader is to use Localtunnel to proxy a public location to your local Docker Hub RSS instance.
To develop locally run the following:
git clone https://github.com/TheConnMan/docker-hub-rss.git
cd docker-hub-rss
yarn install
yarn start
- FLUENTD_HOST (Optional) Fluent host for logging
- FLUENTD_TAGS (Optional) Add FluentD context tags (format is tag:value,tag2:value2)
- STATSD_HOST (default: localhost) - StatsD hostname
- STATSD_TAGS (Optional) - StatsD tags