Ultimaker / cura-build-environment

CMake project to build dependencies for Cura
GNU Affero General Public License v3.0
24 stars 55 forks source link

docker pull fails #75

Closed dickshaydle closed 4 years ago

dickshaydle commented 4 years ago

docker fails when trying to install the cura-build-environment container from docker hub:

>> docker pull --all-tags ultimaker/cura-build-environment   
Error response from daemon: repository ultimaker/cura-build-environment not found: name unknown: repository name not known to registry
LipuFei commented 4 years ago

Hi @dickshaydle , the docker image is not yet publicly available. For now, you need to build it yourself. You can find the build information in README. If the information is not correct, please let us know. We will update/correct it.

LipuFei commented 4 years ago

Hi @dickshaydle , I have just added GitHub Actions for this repository which will build and upload the CentOS-based docker image to dockerhub. Now you can use docker pull ultimaker/cura-build-environment to get the latest CentOS image built with the master branch.

LipuFei commented 4 years ago

I'll close this ticket.