Failed to look up rubygems package from a private artifactory repo #36894
Replies: 1 comment
-
|
Hi there, The maintainers have labeled this discussion as a use case specific to "enterprise" users. Enterprise users typically self-host Renovate and have advanced requirements like custom certificates, HTTP proxies, private registries, air gapping, etc. Such cases usually need a lot of back-and-forth to resolve, because the problem is related to the user's environment. Usually the user's environment can not be reproduced publicly, which means that maintainer debugging is not possible. The maintainers decided their time is best spent on issues that help large numbers of users. This means enterprise-specific issues affecting one user (or a small number of users), are not a priority. If we can help you quickly, we will. But if you see this message, then a maintainer believes this is not a quick fix. The maintainers will not actively work on this issue, unless new information is found. If you are an enterprise user, please consider the following options:
If you choose to wait, then this discussion can remain open indefinitely. But please be patient, do not nudge or bump this discussion just to get attention. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Gitlab renovate-ce:9.2.0-full
Please tell us more about your question or problem
Failed to look up rubygems package
We have hosted our
gemsrepository in our organizations private artifactory repo and renovate fails to look up those dependencies. Please note that we have bunch of other dependencies likedocker,gradlefor example which are also hosted in the same private artifactory instance and they seem to work well.Scenario 1 Use
tokenas combination of username:to authenticateThis is what our dependency dashboard says
Failed to look up rubygems package simplecovbundler
For scenario 1, this is the log message i get
Scenario 2 Use
usernameandpasswordto authenticateThe only thing which changes is
For scenario 2 the dependency dashboard errors out
For scenario 2, this is the log message i get
I have also set
BUNDLE_MY___ARTIFACTORY__APPS__PRIVATE___REPO__NETvariable inside the container, but renovate doesnt seem to pick it from thereNote: Artifactory gem repo is a virtual repo.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions