Baklap4 / docker-hub-rss

RSS feed for Docker Hub images

Home Page:https://docker-hub-rss.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Hub RSS

Build Status Docker Pulls

RSS feed for Docker Hub images

Why?

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.

Quickstart

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.

Local Development

To develop locally run the following:

git clone https://github.com/TheConnMan/docker-hub-rss.git
cd docker-hub-rss
yarn install
yarn start

Environment Variables

  • 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

About

RSS feed for Docker Hub images

https://docker-hub-rss.now.sh/

License:MIT License


Languages

Language:JavaScript 51.8%Language:HTML 46.6%Language:Dockerfile 1.6%