mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 17:23:04 +03:00
Publish container image to registry without draconian rate limits e.g. quay.io #1379
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?
Originally created by @ibotty on GitHub.
Subject of the issue
It would be great to deploy to a container registry that does not rate limit image pulls (and checks for new image tags). It's possible to apply to dockerhub to be exempt, but that comes with many strings attached (advertising from docker with your image, etc.). I happen to like quay.io as a registry that does not limit pulls (except for abuse) and comes with a free account.
I get the following errors.
Deployment environment
Not yet. Should be kubernetes.
Steps to reproduce
podman pull docker.io/vaultwarden/server:latesttoo many times.Expected behaviour
podman pullsucceeds.Actual behaviour
@nalakawula commented on GitHub:
I use cached docker image as workaround for docker hub rate limit, check this out:
Pulling cached Docker Hub images
@Felixkruemel commented on GitHub:
This would be amazing!
@RealOrangeOne commented on GitHub:
GitHub has a registry which it'd be easy to push to as part of CI, and doesn't have rate limits on downloads.
@BlackDex commented on GitHub:
I'm going to move this to the discussions under
Ideas, also to keep the issues for actual issues to the software.