appropriate / docker-jetty

Formerly the location of the Docker official image for Jetty
https://registry.hub.docker.com/_/jetty/
46 stars 46 forks source link

Add "gpgconf --kill all" (and pgp-happy-eyeballs in CI) to help cut down on general GPG keyserver flakiness #101

Closed tianon closed 5 years ago

tianon commented 5 years ago

As discussed in https://github.com/appropriate/docker-jetty/pull/99#issuecomment-460510162.

This also adds --batch (see https://bugs.debian.org/913614 and PRs linked from docker-library/busybox#55).

gregw commented 5 years ago

So this has passed the CI, which is a good change! I still get some local failures with this, but building locally doesn't use the hacked /etc/docker/daemon.json, only the Dockerfile changes.

But I have also merged this with my #99 PR and that has now built!!! However, I am a little cautious about merging in code that pulls a script from @tianon's personal repository and runs it on the CI machine.... but I'll defer to @md5 to approve/deny that.