Closed AlexTalker closed 3 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
We have removed the last of the images from Docker Hub. Even the latest were outdated, and they were not going to get updated.
Today (17.10.2021) I tried to pull image
theiaide/theia-full
from theDocker Hub
to check if it will work, so I put a simpledocker-compose.yml
:But after long and tedious downloading part, somewhere in the middle of it I get this:
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(viadocker 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...