theia-ide / theia-apps

Theia applications examples - docker images, desktop apps, packagings
Apache License 2.0
1.04k stars 344 forks source link

Docker images 404 - cannot pull #509

Closed aronmgv closed 2 years ago

aronmgv commented 2 years ago

Hi,

Docker images not located on Docker Hub. image

docker pull theiaide/theia:latest
Error response from daemon: pull access denied for theiaide/theia, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

docker pull theiaide/theia-full:latest
Error response from daemon: pull access denied for theiaide/theia-full, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Sure I did successful docker login..

Thanks!

vince-fugnitto commented 2 years ago

@MacGyver27 thanks for the issue, please see: https://github.com/theia-ide/theia-apps/issues/496

Related:

aronmgv commented 2 years ago

So how do I run it now then? Without creating my own docker image? Thanks

vince-fugnitto commented 2 years ago

So how do I run it now then? Without creating my own docker image? Thanks

@MacGyver27 the images aren’t hosted anymore to run directly. Instead, you can use the image’s sources (in this repo) as a reference to build and maintain your own images to suit your needs and use-case(s). The images we had on dockerhub were never official, they were used as examples and for CI purposes, the idea was always for others to only use them as references to build and maintain their own.

aronmgv commented 2 years ago

@vince-fugnitto appreciate the help.. but the build of the theia-full does not work. Mind having a look why? Thanks

vince-fugnitto commented 2 years ago

@MacGyver27 I’m currently on vacation so I won’t be able to have a look for a while, if you do not need golang support you can simply remove it from the dockerfile, else I would look to update the golang build to get it to work again.

aronmgv commented 2 years ago

Thanks! And enjoy!

phil294 commented 2 years ago

Could you please update the readme then? Theia's official website links you to this repository, which links you to running theia with Docker, which eventually doesn't work as stated.

vince-fugnitto commented 2 years ago

Could you please update the readme then? Theia's official website links you to this repository, which links you to running theia with Docker, which eventually doesn't work as stated.

@phil294 thank you for the suggestion, which link are you referring to in the website, I could not find any.

As for this repository, we have a note already about the repo being deprecated and a pinned issue as well. If you're not looking to maintain your own docker image based on the examples you might be interested in the following: https://quay.io/repository/zowe-explorer/theia?tab=tags (maintained by IBM).