-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish trivy-db to docker.io ? #441
Comments
Docker Hub has very strict rate limits. I'm not sure how much Docker Hub helps address this issue. We're trying to use ECR Public now. Once we complete it, we'll think about Docker Hub. |
Thx for the info, must've missed that ECR Issue. As for Docker-Hub, it would at least help with Harbor (other proxies?), since the HEAD-Requests don't count towards the Rate-limit.
Not sure if/which other Proxies do support HEAD requests to Registries other than Docker-Hub. |
Is there an option to include a token, which allows for a higher rate limit? |
If you're asking about |
Yes, either |
Having it in DockerHub would allow us to use Gitlab's builtin Dependency Proxy Unfortunately it doesn't support other public registries yet |
I tested this with ECR, and ran into similar problems. |
Thanks. We didn't know of that. We'll publish DB to Docker Hub as well. |
Just like it would allow the Gitlab proxy, shouldn't this work with any proxy (and therefore reduce load)? |
@wkoot I tested a proxy for DBs, but it didn't work, although container images worked. I think it's a new feature request. Can you please open an issue? |
Hi,
it seems ghcr.io has changed something about their rate-limits causing [some problems](aquasecurity/trivy-action#389.
As we are using Gitlab-CI and already have a Harbor Proxy running, we tried to circumcent this via a harbor-proxy, but that doesn't seem to work successfully with ghcr.io (still running into rate-limits).
Turns out Harbor supports the HEAD-Request/Proxy-Mechanism only for docker.io.
Therefore it would be nice if this could also be published to docker.io so people NOT on github can work around this?
(I checked and only found a 1y old aquasec/trivy-db )
regards,
strowi
The text was updated successfully, but these errors were encountered: