Expected: bundler resolves and retrieves the Gem from a private endpoint.
Actual: bundler fails with a 401
Prequisites:
- GitLab PAT
- GitHub Access Token (Classic)
- Both of these tokens set in your current environment
See .env
for details.
Reproduction of bundler issue
docker run --rm -it -v $(pwd):/src --workdir /src --env-file .env ghcr.io/renovatebot/renovate:35 renovate --enabled-managers bundler
Production of working bundler in same container
docker run --rm -it -v $(pwd):/src --workdir /src --env-file .env ghcr.io/renovatebot/renovate:35 ./clone-and-install.sh
- https://docs.renovatebot.com/getting-started/private-packages/#bundler
- renovatebot/renovate#5023
- renovatebot/renovatebot.github.io#26
- renovatebot/renovate#7315
- renovatebot/renovate#11404
- renovatebot/renovate#21691
- renovatebot/renovate#11407
- renovatebot/renovate#17712
docker run --rm -it -v $(pwd):/src --workdir /src -u 1000:100 --env-file .env ghcr.io/renovatebot/renovate:35 /bin/bash