Hi,
we are running Jenkins in a docker environment.
Jenkins Version 2.192
running in a docker container version 19.03.2, build 6a30dfc
Running on an Ubuntu Xenial 16.04
We are deploying by Linux shell scripts using multiple extended Linux commands like "netcat" or "nslookup".
Unfortunately the Jenkins image seems to deny such commands.
In a first attempt it cannot find the commands, because they are out of the running environment (even setting "PATH" does NOT help):
/var/jenkins_home/workspace/[branchpath]/Pipeline/accesstest.sh: line 19: nslookup: No such file or directory
and in a second attempt copying the files into the home path of Jenkins, it misses the libraries:
"../var/jenkins_home/nslookup: error while loading shared libraries: libdns.so.162: cannot open shared object file: No such file or directory.."
How can I solve this problem?
br
Carsten