Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ptarjan opened this issue Dec 2, 2021 · 3 comments
Open

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

ptarjan opened this issue Dec 2, 2021 · 3 comments
Labels
P2 We'll consider working on this in future. (Assignee optional) type: feature request New feature or request

Comments

@ptarjan
Copy link

ptarjan commented Dec 2, 2021

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

return "https://releases.bazel.build/{}/{}/{}".format(
but with

export BAZELISK_BASE_URL=https://artifactory.<mycompany>/artifactory/releases.bazel.build
@arobinson
Copy link

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)

@brentleyjones
Copy link

Related to #423?

@fweikert
Copy link
Member

fweikert commented Feb 6, 2024

Does #423 solve your problem?

@fweikert fweikert added type: feature request New feature or request P2 We'll consider working on this in future. (Assignee optional) labels Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 We'll consider working on this in future. (Assignee optional) type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants