Repository for the docker images source?

Is there a source repository for the docker images?
I know there is a cgit for the TTRSS code and I also found the gitlab for the same, but nothing for the docker images.
Background: I’d like to have an RSS feed of the changes, so that when Watchtower reports there is a new docker image, I can see what has changed.
Thanks!

The one I use to monitor changes (which docker changes have also appeared) is https://srv.tt-rss.org/feeds/tt-rss.xml

The repo https://git.tt-rss.org/fox/ttrss-docker-compose.git/ contains the Dockerfile and the other elements to build the container.

containers are built using CI for every git push into master. so commit feed is essentially container feed.

https://gitlab.tt-rss.org/tt-rss/tt-rss/-/tree/master/.docker?ref_type=heads here’s the dockerfiles that are used for docker hub images.

1 Like

Thank you all for the quick responses.
However, I do not see changes in those feeds that explain the 2 new docker images here from yesterday:
https://hub.docker.com/u/cthulhoo

image tag here - Docker
corresponds to commit hash here - https://gitlab.tt-rss.org/tt-rss/tt-rss/-/commits/master

latest image also has ‘latest’ tag. that’s all there is to it.

1 Like