Skip to content

Feature request: Allow to configure additional upstreams of supported registry formats #295

Description

@jgosmann

It would be nice to be able to configure additional upstreams for the supported registry formats.

We make use of the Maven Central and https://repo.grails.org/grails/restricted in our build. The latter is also in Maven repository format. But currently it seems to be only possible to proxy a single of these URLs. I would like to proxy both. For example, support a config like the folllowing, similar to what seems already possible for Helm:

upstreams:
  maven:
    central: https://repo1.maven.org/maven2
    grails: https://repo.grails.org/grails/restricted

and then serve it under /maven/{name}/.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions