Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

DockerFile did not work #72

Closed
NineWoranop opened this issue Oct 15, 2018 · 2 comments
Closed

DockerFile did not work #72

NineWoranop opened this issue Oct 15, 2018 · 2 comments
Labels
question Usability question, not directly related to an error with the image

Comments

@NineWoranop
Copy link

NineWoranop commented Oct 15, 2018

I executed dockerFile for Mysql5.7 and it failed.
Do someone still support this docker?

Notes : This is error.
gpg: keyserver receive failed: Cannot assign requested address
The command '/bin/sh -c set -ex; fetchDeps=' ca-certificates wget '; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; command -v gpgconf > /dev/null && gpgconf --kill all || :; rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc; chmod +x /usr/local/bin/gosu; gosu nobody true; apt-get purge -y --auto-remove $fetchDeps' returned a non-zero code: 2

@wglambert wglambert added the question Usability question, not directly related to an error with the image label Oct 15, 2018
@wglambert
Copy link

Looks like you ran into a GPG issue docker-library/official-images#4252 (comment)

We currently use a proxy server for the image builds to overcome this docker-library/official-images#4252 (comment)

@tianon
Copy link
Member

tianon commented Oct 15, 2018

@tianon tianon closed this as completed Oct 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Usability question, not directly related to an error with the image
Projects
None yet
Development

No branches or pull requests

3 participants