cgal-testsuite-dockerfiles | Docker files for the automated CGAL test suite | Continuous Deployment library
kandi X-RAY | cgal-testsuite-dockerfiles Summary
kandi X-RAY | cgal-testsuite-dockerfiles Summary
Dockerfiles and tools to run the CGAL testsuite inside containers.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Launch the test suite
- Create a container in the Docker container
- Start a Docker container
- Return container by id
- Return list of images to ignore
- Return list of docker images
- Check if image should be ignored
- Return list of docker images that do not exist
- Strips all the packages in the release directory
- Expand the list of installed packages
- Argument parser
- Mark a container as finished
- Kill all running containers
- Determine if a container is currently running
- Returns True if running containers are running
cgal-testsuite-dockerfiles Key Features
cgal-testsuite-dockerfiles Examples and Code Snippets
Community Discussions
Trending Discussions on cgal-testsuite-dockerfiles
QUESTION
I'm trying to deploy the official CGAL docker.
From reading the README
I understand that after downloading the specific image (e.g I want to open a docker with ubuntu16+CGAL and all of it's dependencies) using the following command:
ANSWER
Answered 2019-May-03 at 07:01Those images are not for running CGAL. They are only images we use to define an environment for our testsuite, and run tests in it, including compiling CGAL. test_cgal.py will download the integration branch, which is rarely working as it is the branch in which we merge our PR to test them nightly. Don't use this to get a working CGAL. To my knowledge, there is no such image as the one you are looking for. No official one anyways. Furthermore, installing cgal at runtime in this image will not modify the image, once you close the container your installation will be lost. You need to specify how to install CGA in the Dockerfile of your image and then build it if you want a "ready to use" image.
You can use the dockerfile of the image you found to write your own, as there should be all the dependencies specified in it, but you need to edit it to download CGAL and maybe build it if you don't want the header-only version. This is not done in test-cgal.py or anywhere in this docker repository.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cgal-testsuite-dockerfiles
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page