A Sonatype Nexus REST proxy application written in python using flask. Currently under development.
Ships as a docker image. It is based on alpine summing up to some 70 Mbytes image size. Currently no volume support.
docker build -t pynex .
docker run -d -p 5000:5000 --name pynex pynex
A docker-compose.yaml
file is used to spin up a nexus instance (for testing purposes) and the file itself.
docker-compose up