Support
Forums

yum install –nogpgcheck and friends

Hi all,

I'm trying to use yum whilst building a docker image.  Standard stuff.  The docker image is built on a gitlab-runner (via kaniko).  Again standard stuff.

I am trying to install centos-release-scl which has an associated gpg key for rpm verification.

$ yum install -y centos-release-scl

The gitlab admin's in their wisdom have mounted the gitlab-runner docker volume /etc/pki read-only which causes my yum install to fail since it is unable to write the gpg key to /etc/pki/rpm-gpg/ .  They will...
Hi all,

I'm trying to use yum whilst building a docker image.  Standard stuff.  The docker image is built on a gitlab-runner (via kaniko).  Again standard stuff.

I am trying to install centos-release-scl which has an associated gpg key for rpm verification.

$ yum install -y centos-release-scl

The gitlab admin's in their wisdom have mounted the gitlab-runner docker volume /etc/pki read-only which causes my yum install to fail since it is unable to write the gpg key to /etc/pki/rpm-gpg/ .  They will...