cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
465
Views
5
Helpful
1
Replies

NSO NED Build Error

crench92
Spotlight
Spotlight

When attempting to build a Docker image for ncs-5.5.4-cisco-ios-6.80.1.signed.bin within a Gitlab Pipeline using this ned skeleton:

https://github.com/NSO-developer/nso-docker/tree/master/skeletons/ned

 

I get the following error:

#8 0.365 /bin/sh: 1: /src/nid/build-pyvenv: Permission denied
 
I've attached the entire pipeline build log but am not sure how to go about troubleshooting this one.
1 Accepted Solution

Accepted Solutions

crench92
Spotlight
Spotlight

Resolved with chmod +x on ./nid/build-pyenv

View solution in original post

1 Reply 1

crench92
Spotlight
Spotlight

Resolved with chmod +x on ./nid/build-pyenv