travelaudience / nexus-proxy

A proxy for Nexus Repository Manager that allows for optional authentication against external identity providers.
Apache License 2.0
31 stars 16 forks source link

How to configure different docker ports in one nexus-proxy #6

Closed luoyan35714 closed 6 years ago

luoyan35714 commented 6 years ago

How to configure different docker ports in one nexus-proxy? Usually we defined 3 docker repository in one nexus, one for group, one for proxy, one for hosted. And we need the hosted port to push the image, we need the group port to pull the image. Then how to do that in nexus proxy?

pires commented 6 years ago

I don't have an answer for you. Let us know if you find a solution.

luoyan35714 commented 6 years ago

Finally, we decided to stop using the nexus-proxy. We are specified the service to the nexus pod directly and provided the HTTPs in the ingress. If any guys have a better choice, please update me. Thanks.