Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

Update "gpg" usage to be more resilient to transient failure #87

Merged
merged 1 commit into from
Aug 27, 2015
Merged

Update "gpg" usage to be more resilient to transient failure #87

merged 1 commit into from
Aug 27, 2015

Conversation

yosifkit
Copy link
Contributor

Related to docker-library/php#92, when gpg is given multiple keys, it will only exit non-zero if all the keys fail to download so sometimes we'll get this line succeeding, but a transient failure (network, keyserver, or otherwise) can cause us to get a false positive and a build that fails later at verifying binaries.

@Starefossen
Copy link
Member

Thanks @yosifkit! LGTM

@yosifkit
Copy link
Contributor Author

Yeah, when build testing docker-library/official-images#1000 I ran into this, so I thought I would fix it 😄.

Starefossen added a commit that referenced this pull request Aug 27, 2015
Update "gpg" usage to be more resilient to transient failure
@Starefossen Starefossen merged commit dd71890 into nodejs:master Aug 27, 2015
hmalphettes added a commit to hmalphettes/official-images that referenced this pull request Sep 5, 2015
A regression was introduced here:
nodejs/docker-iojs#87

It is fixed here:
nodejs/docker-iojs#88
RichardScothern pushed a commit to RichardScothern/official-images that referenced this pull request Jun 14, 2016
A regression was introduced here:
nodejs/docker-iojs#87

It is fixed here:
nodejs/docker-iojs#88
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants