Results 3 issues of Gregory Schlomoff

docker-gen incorrectly parses the user repository part of an image name as the registry name. For example, for an image named "tianon/centos", docker-gen will consider that "tianon" is the registry,...

CMakeLists.txt: ``` include(CMakeRC.cmake) cmrc_add_resource_library(my_files data/foo.bin) add_executable( MyApp main.cpp ) target_link_libraries( MyApp PRIVATE my_files ... ) ``` However for some reason `#include ` always says the include file cannot be found....