cdash-docker icon indicating copy to clipboard operation
cdash-docker copied to clipboard

Results 5 cdash-docker issues
Sort by recently updated
recently updated
newest added

Our CDash server is using [kitware/cdash:latest](https://hub.docker.com/layers/kitware/cdash/latest/images/sha256-e0e2ba1000e52be150c6b3a590520809e0d4c014e0dbc73e540fedb608dedcc3?context=explore) docker image that comes with PHP 7.4.30. Our security tool reported the following: - The version of PHP installed on the remote host is...

It looks like docker-compose is not able to reconstruct the images any more and failed during script due to missing packages. ``` $ docker-compose build ``` ``` ... + curl...

After replacing [libpng12-dev by libpng-dev](https://github.com/Kitware/cdash-docker/issues/6#issuecomment-535860124) in the Dockerfile, I get the following error when I try to docker-build the image: ``` ... running: find "/tmp/pear/temp/pear-build-defaultuseref2WdN/install-xdebug-2.5.5" | xargs ls -dils 18192...

There's an error when performing docker build, seemingly by a package which has been removed: ``` $ docker build -t "kitware/cdash-docker" . Sending build context to Docker daemon 119.8kB Step...

This fixes issue [Kitware#3](https://github.com/Kitware/cdash-docker/issues/3) and also fixes the new checksum for composer-setup.php. [composer/composer#6526](https://github.com/composer/composer/issues/6526)