Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Fail to build the image by the dockerfile in repo #501

Closed
CenGinHong opened this issue Nov 2, 2021 · 3 comments
Closed

Fail to build the image by the dockerfile in repo #501

CenGinHong opened this issue Nov 2, 2021 · 3 comments

Comments

@CenGinHong
Copy link

I try to build my own image by the dockerfile in repo because published images have been removed from Docker Hub. But it failed because of some errors like
executor failed running [/bin/sh -c apk add --no-cache make pkgconfig gcc g++ python libx11-dev libxkbfile-dev libsecret-dev]: exit code: 10
It is never happened before.

@vince-fugnitto
Copy link
Member

@CenGinHong thank you for the issue, I verified and was able to successfully build the theia-docker image (verified without a cache as well):

$  docker build --no-cache . -t theiaide/theia:latest

You might want to try to:

  • restart docker
  • possibly perform a prune

@CenGinHong
Copy link
Author

@CenGinHong thank you for the issue, I verified and was able to successfully build the theia-docker image (verified without a cache as well):

$  docker build --no-cache . -t theiaide/theia:latest

You might want to try to:

  • restart docker
  • possibly perform a prune

sorry, I tried many times and still failed. I suspected it was a problem with my machine, so I used Alibaba Cloud's Container Registry Service to build and still failed, both theia-cpp , theia-go and theia-python

@vince-fugnitto
Copy link
Member

@CenGinHong thank you for the follow-up, it's possible you'll need to update some of the images for them to work.
As part of #496 we have decided to slowly ramp down the repository including the publishing and maintenance of images. This means it is possible that some images are not working completely, and may require maintenance updates.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants