nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.3k stars 132 forks source link

Add feature to upload public and private packages to organization namespaces #1323

Closed girish-nanovms closed 2 years ago

girish-nanovms commented 2 years ago

This change adds the support for uploading to org namespace. The way it works is that now you can provide an optional namespace prefix to your local folder

ops pkg push test/golang-1.8.1

Here ops will use the test as namespace and golang-1.8.1 would be folder name it will search in local_package.

girish-nanovms commented 2 years ago

This PR also works with private non namespaced packages