Schlagwort: docker
-
Gitlab Runner – and the silent devil inside
TL;DR: Gitlab runner on docker will checkout files with umask 000 – so every file writeable by all – also after packing and installing a package or tar-archive I tried to build some Debian install packages using gitlab runner, docker based. It works well. After installation of the package, I wonder that the cronjob isn’t…