theia-ide / theia-apps

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

Fail to pull theiaide/theia-full from Docker Hub #498

Closed AlexTalker closed 2 years ago

AlexTalker commented 2 years ago

Today (17.10.2021) I tried to pull image theiaide/theia-full from the Docker Hub to check if it will work, so I put a simple docker-compose.yml:

version: "3.9"
services:

  theia-full:
    image: theiaide/theia-full:latest
    ports:
      - "3000"

But after long and tedious downloading part, somewhere in the middle of it I get this:

$ docker-compose pull
[+] Running 7/25
 ⠴ theia-full Pulling                                                                                                            362.6s
   ⠿ e4ca327ec0e7 Pull complete                                                                                                   16.3s
   ⠿ 0dbdf2755e43 Pull complete                                                                                                   95.1s
   ⠿ a924a0575d11 Pull complete                                                                                                   95.2s
   ⠿ 6088b73abf01 Pull complete                                                                                                   95.3s
   ⠿ 8b38ca156b58 Pull complete                                                                                                   99.5s
   ⠿ 51273a86f2c0 Pull complete                                                                                                   99.8s
   ⠿ 193921fef70e Pull complete                                                                                                  115.0s
   ⠼ bf138302a720 Extracting [==============>                                    ]  202.2MB/690.7MB                              360.4s
   ⠼ 0f5679418f35 Download complete                                                                                              360.4s
   ⠼ 2757b780550b Download complete                                                                                              360.4s
   ⠼ 61045633647d Download complete                                                                                              360.4s
   ⠼ 2ef089e213e5 Download complete                                                                                              360.4s
   ⠼ 69bee60f2783 Download complete                                                                                              360.4s
   ⠼ 6ef8e4b7af1a Download complete                                                                                              360.4s
   ⠼ f499ad1a7e8f Download complete                                                                                              360.4s
   ⠼ ee2d4a34719f Download complete                                                                                              360.4s
   ⠼ 223aa1859a49 Download complete                                                                                              360.4s
   ⠼ c5797db5f7f0 Downloading [============================================>      ]   36.2MB/40.72MB                             360.4s
   ⠼ 9126a7751ed2 Downloading [=====>                                             ]  45.71MB/409.7MB                             360.4s
   ⠼ b66b29f05ba1 Downloading                                                                                                    360.4s
   ⠼ fd00bf1bc1c0 Waiting                                                                                                        360.4s
   ⠼ 8101b40e7451 Waiting                                                                                                        360.4s
   ⠼ 268c54fb3af1 Waiting                                                                                                        360.4s
   ⠼ 7132bb08451b Waiting                                                                                                        360.4s
unauthorized: authentication required

I try to pull this out on pretty much empty freshly installed system, where hello-world image successfully worked, and I have plenty of disk space, so that seems to be unrelated to this error. Also I thought this might relate to me not logging in Docker Hub on CLI(via docker login command) but nah, it still does the same thing at what seems to be the same time. Some problem in delivery process?

Would really appreciate some clarification on the matter and if it happens to anyone else...

vince-fugnitto commented 2 years ago

@AlexTalker thank you for the discussion, I was able to successfully pull the docker image. I only used the pull command to test:

$ docker pull theiaide/theia-full
$ docker pull theiaide/theia-full:latest
latest: Pulling from theiaide/theia-full
e4ca327ec0e7: Pull complete 
0dbdf2755e43: Pull complete 
a924a0575d11: Pull complete 
6088b73abf01: Pull complete 
8b38ca156b58: Pull complete 
51273a86f2c0: Pull complete 
193921fef70e: Pull complete 
bf138302a720: Pull complete 
0f5679418f35: Pull complete 
2757b780550b: Pull complete 
61045633647d: Pull complete 
2ef089e213e5: Pull complete 
69bee60f2783: Pull complete 
6ef8e4b7af1a: Pull complete 
f499ad1a7e8f: Pull complete 
ee2d4a34719f: Pull complete 
223aa1859a49: Pull complete 
c5797db5f7f0: Pull complete 
9126a7751ed2: Pull complete 
b66b29f05ba1: Pull complete 
fd00bf1bc1c0: Pull complete 
8101b40e7451: Pull complete 
268c54fb3af1: Pull complete 
7132bb08451b: Pull complete 
Digest: sha256:0b669b094c109864bfef93c8953231070bac67a7a140e6ecbbcbc96050f3786e
Status: Downloaded newer image for theiaide/theia-full:latest
docker.io/theiaide/theia-full:latest
marcdumais-work commented 2 years ago

We have removed the last of the images from Docker Hub. Even the latest were outdated, and they were not going to get updated.