Permission denied when mapping volume (devservices) #46010
Unanswered
costelus27
asked this question in
Q&A
Replies: 1 comment
-
/cc @geoand (devservices) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have Quarkus test for which I'm starting an Oracle database via devservices. My configuration is as follows:
Locally everything works, but when I run the build in Jenkins, the mapped folder
/container-entrypoint-initdb.d
gets a Permission denied.[io.qua.dev.ora.dep.OracleDevServicesProcessor] (docker-java-stream-748879329) STDERR: ls: cannot open directory '/container-entrypoint-initdb.d': Permission denied
Also, in the container, I can see this:
My local user's id on the Jenkins server is 2500.
I don't know how to make the test pass also on Jenkins. Any suggestions ?
Beta Was this translation helpful? Give feedback.
All reactions