Chocolatey Repo Proxy Using Sonatype Nexus3

From UVOO Tech Wiki
Jump to navigation Jump to search

https://www.youtube.com/watch?v=UehkG1VHtz0\

https://help.sonatype.com/repomanager3/formats/nuget-repositories/nuget-proxy-repositories

https://hub.docker.com/r/sonatype/nexus3/

docker run -d -p 8081:8081 --name nexus sonatype/nexus3
docker logs -f nexus
docker exec -it nexus cat /nexus-data/admin.password

Create Chocolatey Repo Proxy using Nuget Proxy

choco source list
choco source disable -n=chocolatey
choco source add -n=proxy -s=http://myhost:8081/repository/chocolatey-proxy/

Kubernetes