You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used this image in Jenkins pipeline, it never starts and too many permission issues as below
*** CONTAINER_LOG_LEVEL = 3 (info)
*** Killing all processes...
Traceback (most recent call last):
File "/container/tool/run", line 890, in
main(args)
File "/container/tool/run", line 775, in main
setup_run_directories(args)
File "/container/tool/run", line 371, in setup_run_directories
os.chown(RUN_ENVIRONMENT_FILE_EXPORT, uid, gid)
OSError: [Errno 1] Operation not permitted: '/container/run/environment.sh'
The text was updated successfully, but these errors were encountered:
I have used this image in Jenkins pipeline, it never starts and too many permission issues as below
*** CONTAINER_LOG_LEVEL = 3 (info)
*** Killing all processes...
Traceback (most recent call last):
File "/container/tool/run", line 890, in
main(args)
File "/container/tool/run", line 775, in main
setup_run_directories(args)
File "/container/tool/run", line 371, in setup_run_directories
os.chown(RUN_ENVIRONMENT_FILE_EXPORT, uid, gid)
OSError: [Errno 1] Operation not permitted: '/container/run/environment.sh'
The text was updated successfully, but these errors were encountered: