Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Custom docker img

Hi folks,

I'm progressing on my Jenkins pipeline configuration. Now I'm facing permission issue with the android sdk directory (can't write in it). 

Due to "arbitrarily assigned user ID" it seems that I need to customize the docker image I'm using currently: https://hub.docker.com/r/thedrhax/android-sdk/dockerfile

Producing the new Dockerfile should not be a problem (I saw examples in https://github.com/eclipse-cbi/dockerfiles), though I can't see how I can link my new Docker image to my Jenkins pipeline. I think I should upload it to Openshift, but I can't find documentation on it. Or maybe I should upload it to dockerhub? 

Thanks for your inputs,
Olivier

Back to the top