skip to Main Content

podman installation problem for cni configration – Debian

I just git clone from the reposirotyr, and config all environment, finally after I make install,my podman version printf this: root@PS-03:/opt/go/src/github.com/containers/libpod# podman version ERRO[0000] Error loading CNI config file /etc/cni/net.d/99-loopback.conf: error parsing configuration: missing 'type' Version: 3.2.0-dev API Version: 3.2.0-dev…

VIEW QUESTION

How to print env var from file in bash (without using source)? – Debian

Many shell scripts, including the bash profile, are simply lists of environment variable settings. One such script on Debian is /etc/os-release which looks like this: PRETTY_NAME="Debian GNU/Linux 10 (buster)" NAME="Debian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" The…

VIEW QUESTION

upgrading jenkins/jenkins:2.263.4-lts causes ssl issue – Debian

After upgrading our jenkins image to jenkins/jenkins:2.263.4-lts our job code are not syncing with github enterprises due to ssl issue. https://www.jenkins.io/doc/upgrade-guide/2.263/#upgrading-to-jenkins-lts-2-263-4 The Jenkins 2.263.4 Docker images labeled jenkins/jenkins:2.263.4-lts, jenkins/jenkins:2.263.4, and jenkins/jenkins:lts use the AdoptOpenJDK 8u282 release instead of using the…

VIEW QUESTION
Back To Top
Search