Shinyproxy : How can I run shinyproxy-template app on shinyproxy for kuernetes

Hi Team,

While trying to launch the shinyproxy-template app on shinyproxy on Kubernetes, I am getting an error while pulling the image.
I get an error as mentioned below:
Failed to pull image “openanalytics/shinyproxy-template”: rpc error: code = Unknown desc = Error response from daemon: pull access denied for openanalytics/shinyproxy-template, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied

But when I am running the same using Docker, I am able to run this application using the application.yml.
Can someone please help me in this?
The application.yml file I am using is mentioned below:

proxy:
port: 8080
authentication: simple
admin-groups: admins
users:

  • name: jack
    password: password
    container-backend: kubernetes
    kubernetes:
    internal-networking: true
    url: http://localhost:8001
    specs:
  • id: euler
    display-name: Euler’s number
    container-cmd: [“R”, “-e”, “shiny::runApp(’/root/euler’)”]
    container-image: openanalytics/shinyproxy-template

Hi, please check out this post.

Hi,

I dont think this is what I was asking.
My question is, when I use shinyproxy-demo apps, its working fine, but when I am using shinyproxy-template image, I am getting above error.
One thing to note is that, I am building the docker image on my local system as mentioned in the link:
https://www.shinyproxy.io/documentation/deploying-apps/

Can someone please help me what I am doing wrong?

Hi @Ashutosh_Upadhyay

You must upload the docker image you created (shinyproxy-template) to some registry. You can for instance upload it to https://hub.docker.com/ .

If it’s on your local system it won’t be available on kubernetes.