service · inferred from evidence
Artifactory
A hosted artifact repository service used for storing and retrieving gems.
- SourceDistributionProvider contains hardcoded distributionUrl referring to https://services.gradle.org
IntelliJ kept downloading Gradle from services.gradle.org even with a custom distributionUrl because SourceDistributionProvider hardcoded it. That was fixed in the Gradle release containing PR #37099, so upgrade Gradle.
- Renovate Artifactory 406 Error when fetching tags for Docker images
Fixed in Renovate 14.3.20. The fix sends the correct Accept header when reading tag lists from registries, and handles the library/ prefix only for Docker Hub. If you hit a 406 from Artifactory with Docker image lookups, upgrade past 14.3.2
- Unable to install gem using chef-infra-client 17.6.18 (native compilation broken)
What this covers: Installing a gem (e.g. The fix that worked: This was a regression in the 17.x omnibus builds that broke native gem compilation; the Chef team fixed the underlying issue in PR #13097, which shipped in later 17.x and 18.0 re