These are various Docker images by Melroy (also uploaded to my Docker Hub).
- CMake: A Debian slim base image with CMake, Boost, Ninja, Doxygen and Cppcheck pre-installed. Including also:
cpplint,valgrind,pip,clang-formatand more. - GTK, Gtkmm, Cmake: Based on the CMake image (see above). However, with GTK and Gtkmm (C++), both GTK3 and GTK4 dev packages are pre-installed. With all the same tools like Ninja, Doxygen, etc from the CMake image.
- pnpm: A Node.js alpine base image with
pnpm(npm replacement) pre-installed. - php: A PHP Docker CLI image with
composer, as well asssh,rsync,unzipand7zinstalled. Ideal for CodeIgniter 4 projects withphpmetrics.
For example:
docker pull registry.melroy.org/melroy/docker-images/gtk-cmake-ninja:trixie
docker pull registry.melroy.org/melroy/docker-images/cmake:trixie-cppcheck-2.19.0
docker pull registry.melroy.org/melroy/docker-images/pnpm:24
docker pull registry.melroy.org/melroy/docker-images/php:8.5Melroy van den Berg