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
First of all thank you for making this repository publicly available.
In one of my Github repositories I've setup both a docker image and a binder instance using dockerfiles. I have a Github Action .yml file that first creates and pushes the docker image to the docker hub and in the last step it creates a docker image named as "icesat2rbinder" (and not as "icesat2r" which is the name of the Github repo) because the docker image initially didn't work (probably due to naming overlapping between the docker and the binder image).
In the root of the directory I use 3 dockerfiles and the one named as Dockerfile is for the binder instance.
After this setup, I would expect that using the following url in the "binder badge"
binder would pick the icesat2rbinder docker image and initialize the binder Rstudio instance, however this is not the case as I receive errors. In the last 2 days I tried also to use different urls such as
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
First of all thank you for making this repository publicly available.
In one of my Github repositories I've setup both a docker image and a binder instance using dockerfiles. I have a Github Action .yml file that first creates and pushes the docker image to the docker hub and in the last step it creates a docker image named as "icesat2rbinder" (and not as "icesat2r" which is the name of the Github repo) because the docker image initially didn't work (probably due to naming overlapping between the docker and the binder image).
In the root of the directory I use 3 dockerfiles and the one named as Dockerfile is for the binder instance.
After this setup, I would expect that using the following url in the "binder badge"
https://mybinder.org/v2/gh/mlampros/icesat2r/HEAD?urlpath=rstudio
binder would pick the icesat2rbinder docker image and initialize the binder Rstudio instance, however this is not the case as I receive errors. In the last 2 days I tried also to use different urls such as
https://mybinder.org/v2/gh/mlampros/icesat2rbinder/HEAD?urlpath=rstudio
but I don't think it is correct.
I took a look also to the binderhub documentation and binder examples but none of these cover my specific case.
Is my set-up correct and will the binder-url as described previously work?
(the attached images show the logs and the error when trying to access binder)
The text was updated successfully, but these errors were encountered: