Mai, 2020

gitlab-runner docker unter redhat 7

Mittwoch, Mai 6th, 2020

Unter RedHat 7 wollte der neu installierte gitlab-runner nicht mit Docker reden:

ERROR: Job failed (system failure): Error response from daemon: oci runtime error: error running hook: exit status 127, stdout: , stderr: /usr/libexec/oci/hooks.d/oci-systemd-hook: error while loading shared libraries: libyajl.so.2: cannot open shared object file: No such file or directory (docker.go:882:0s)

Im Endeffekt war das Paket yajl nicht als Abhängigkeit verknüpft so das man es installieren muss:

yum install yajl