mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-03-09 07:25:57 -05:00
[PR #970] [MERGED] Add 'RAUDI' #984
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/veggiemonk/awesome-docker/pull/970
Author: @thelicato
Created: 1/14/2022
Status: ✅ Merged
Merged: 1/14/2022
Merged by: @agebhar1
Base:
master← Head:master📝 Commits (1)
7c7e826Add 'RAUDI'📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
RAUDI is a tool that allows to automatically and regularly (through GitHub Actions) update Docker Images for 3rd party software that does not have an official Docker Image on the Docker Hub. Every day (at midnight) it checks if there is a new release/commit and if so it build a new image and pushes it to the Docker Hub.
Of course it can also be forked for personal usage or used locally (for using it regularly you may set a cron job, for example).
I already did a PR (#969) but as you made me understand the Projects > Builder is a more fit section.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.