Skip to content

arichtman-srt/renovate-bundler-issue

Repository files navigation

renovate-bundler-issue

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

References

Development of reproduction

docker run --rm -it -v $(pwd):/src --workdir /src -u 1000:100 --env-file .env ghcr.io/renovatebot/renovate:35 /bin/bash

About

Reproduction of bundler issue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published