What would you like Docksentry to do?
Please could we possible support multiple docker registers?
Why is this useful?
The SRE inside of me, really does not want to be locked out or rate limited by things like Docker Hub pull request limits or even a register outage.
Possible implementation (optional)
If we could some how mark containers that have secondary docker registries, like ghcr.io for dockSentry or local docker CDN proxy (I have not looked into this, but I think GitHub do this for GitHub actions), the updates and image pulling could be used against these too for requests.
ie: docker pull ghcr.io/amayer1983/docksentry:latest
vs docker pull amayer1983/docksentry:latest
I am guessing a label that has the backup URL that could be used?
I am also thinking there is a bunch of places this could really go wrong and each registry might have different API interfaces, which could be big ask in the long run.
Your setup
- Docksentry version: v1.18.12
- Notification channels used: Telegram / Webhook
- Deployment: Docker Compose / Podman Compose
What would you like Docksentry to do?
Please could we possible support multiple docker registers?
Why is this useful?
The SRE inside of me, really does not want to be locked out or rate limited by things like Docker Hub pull request limits or even a register outage.
Possible implementation (optional)
If we could some how mark containers that have secondary docker registries, like ghcr.io for dockSentry or local docker CDN proxy (I have not looked into this, but I think GitHub do this for GitHub actions), the updates and image pulling could be used against these too for requests.
ie:
docker pull ghcr.io/amayer1983/docksentry:latestvs
docker pull amayer1983/docksentry:latestI am guessing a label that has the backup URL that could be used?
I am also thinking there is a bunch of places this could really go wrong and each registry might have different API interfaces, which could be big ask in the long run.
Your setup