-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Building container fails step 26/39 w/gpg: keyserver receive failed: No data #1
Comments
Actual error inside container is
|
Got it, PR coming... |
Still failing with:
investigation required. |
Reproduced. Interesting that if I build the image only up to that point then run the container and exec into it and run commands manually it works fine. I wonder if it needs a sleep. |
Getting interesting, mixed results running the for loop inside the container though, sometimes it works sometimes it doesn't. Will play with more later, no time right now. |
Same here - reproduced, but could not find the reason. Will investigate in a free time. |
Managed to fix here: #4 |
Resolved by using multiple sources. |
Nice, thanks! |
This is the failed command, which works fine on my host but fails in the container build process, still investigating:
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 1729F83938DA44E27BA0F4D3DBDB397470D12172
docker-jenkins-slave-php-7.2.4/Dockerfile
Lines 73 to 75 in b89b82a
The text was updated successfully, but these errors were encountered: