mher / flower

Real-time monitor and web admin for Celery distributed task queue
https://flower.readthedocs.io
Other
6.43k stars 1.08k forks source link

Store images in additional registries: quay.io #1045

Open lmilbaum opened 3 years ago

lmilbaum commented 3 years ago

Currently, I can find the image only in dockerhub. I am hitting challenges working with dockerhub. Is it possible to push the images to other registries as well. Maybe quay.io.

phracek commented 3 years ago

During the deploying flower from DockerHub, I have got rate limit reach which was announced a couple of months ago. Quay.io can be used. Go ahead.

lmilbaum commented 3 years ago

Where can the code which handles the push to DockerHub?