Skip to content

Support for Docker Path-based routing #552

@imstevenxyz

Description

@imstevenxyz

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Since Nexus 3.83.0, Path based routing is the preferred and default connector for Docker repositories.

This means that, in the UI, this option is selected by default. However, when using the API to get a docker repository, this option is set to "null". This breaks connections to these types of repositories. Manually re-enabling path-based routing works as a temporary solution until Terraform updates the repositories, resetting this option back to null while it still shows as enabled in the UI.

New or Affected Resource(s)/Data Source(s)

nexus_repository_docker_hosted, nexus_repository_docker_proxy, nexus_repository_docker_group

Pro feature

  • Yes. Pro license Required

Community Plugin

No response

Potential Terraform Configuration

resource "nexus_repository_docker_hosted" "example" {
  docker {
    path_based_routing = true
  }
}

References

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions