We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to build the image FROM evarga/jenkins-slave and I am getting this issue.
FROM evarga/jenkins-slave
---> Running in 9716af628417 Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.SHDpRb9w4E --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/openjdk-r-ppa.gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D gpg: requesting key 2C52609D from hkp server p80.pool.sks-keyservers.net gpgkeys: key 58118E89F3A912897C070ADBF76221572C52609D can't be retrieved gpg: no valid OpenPGP data found. gpg: Total number processed: 0 The command '/bin/sh -c echo deb https://apt.dockerproject.org/repo ubuntu-trusty main > /etc/apt/sources.list.d/docker.list && apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D' returned ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to build the image
FROM evarga/jenkins-slave
and I am getting this issue.The text was updated successfully, but these errors were encountered: