bazelisk icon indicating copy to clipboard operation
bazelisk copied to clipboard

Can't use releases.bazel.build format with BAZELISK_BASE_URL

Open ptarjan opened this issue 2 years ago • 3 comments

I need to proxy all requests through artifactory since my CI can't talk to the internet. So basically I need to use this format https://github.com/bazelbuild/bazelisk/blob/280b07a854a70f2ab0887d644e364c8e8c1c6187/bazelisk.py#L250 but with

export BAZELISK_BASE_URL=https://artifactory.<mycompany>/artifactory/releases.bazel.build

ptarjan avatar Dec 02 '21 19:12 ptarjan

This would be very helpful to have as we also want to do the same with a Nexus server and be able to proxy the requests to releases.bazel.build, but that URL format is not supported (with the "release" after the version number)

arobinson avatar Feb 27 '23 23:02 arobinson

Related to https://github.com/bazelbuild/bazelisk/issues/423?

brentleyjones avatar Feb 28 '23 14:02 brentleyjones

Does #423 solve your problem?

fweikert avatar Feb 06 '24 16:02 fweikert