Skip to content
/ pynex Public

A sonatype nexus rest proxy application using flask.

License

Notifications You must be signed in to change notification settings

f3rdy/pynex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pynex

A Sonatype Nexus REST proxy application written in python using flask. Currently under development.

Build & Deploy

Ships as a docker image. It is based on alpine summing up to some 70 Mbytes image size. Currently no volume support.

Build

docker build -t pynex .

Run

docker run -d -p 5000:5000 --name pynex pynex

Compose

A docker-compose.yaml file is used to spin up a nexus instance (for testing purposes) and the file itself.

docker-compose up

About

A sonatype nexus rest proxy application using flask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published