-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Container Registry and ACI not working #29
Comments
@yuwzho Could you please take a look when you are free, thanks. |
What is the actual docker run command used to launch the container on the Linux machine? Maybe there is also an issue with the Dockerfile itself in that case? |
Would you like to share your Dockerfile? Or simplify it before sharing? And what's the command and launch method in your configuration? |
Hi, As a side note: I guess it is an issue with my Dockerfile. With RUN chmod -R 777 /opt/android-sdk the container won't start and keeps restarting. Without RUN chmod -R 777 /opt/android-sdk the container is starting, but my build fails due to noted comment in Dockerfile
I hope you can help me out solving this issue, as I really would like to have my Android builds running in an ACI. Thank you in advance. |
Seems this is a permission issue. |
I created an image based on jenkins/ssh-slave and pushed it to my private Container Registry in Azure.
When I now configure the ACI container template it isn't working correctly, the container is always restarted.
Running the image locally on my machine is working.
Or is there an issue with the definition of the private docker registry?
The text was updated successfully, but these errors were encountered: