aboutsummaryrefslogtreecommitdiffstats
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Replace Dockerfile with advertisement for imageAndrew Lewis2023-11-302-66/+3
|
* Dockerfile: Switch to bookwormManuel Rüger2023-07-051-2/+2
|
* [Minor] Update my email where relevantVsevolod Stakhov2023-03-171-1/+1
|
* Dockerfile: Switch to bullseyeManuel Rüger2021-10-121-2/+5
| | | | But allow users to change it via a build-arg
* Switch PGP keyserver to hkps://keys.openpgp.orgJoel Ray Holveck2021-06-301-1/+32
| | | | | | | | The SKS keyserver infrastructure has been under attack for some time, and at the moment is unreachable. The keys.openpgp.org keyserver has the rspamd key, and is resistant to the sort of attack that is hurting the SKS keyservers. This change switches to that keyserver. gpg won't load new keys from keys.openpgp.org unless the owner consented to publish the uids (see https://keys.openpgp.org/about/faq#older-gnupg). This means you need the key imported first with the uid attached. Here, we include the essential part of the key (the master key, uid, and its self-signature) in the Dockerfile. We still poll keys.openpgp.org for updates, such as expiration extensions and revocations. See https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f for background.
* Dockerfile: Set signing-keyManuel Rüger2021-05-101-1/+1
|
* Merge pull request #3586 from J0WI/patch-2Vsevolod Stakhov2020-12-281-2/+6
|\ | | | | [Feature] Docker: use Debian slim variant
| * [Feature] Docker: use Debian slim variantJ0WI2020-12-251-2/+6
| |
* | [Minor] Docker: use apt-transport-httpsJ0WI2020-12-251-1/+1
|/
* Dockerfile: use busterskorpy20092019-07-191-2/+2
|
* Retrieve GPG via keyserver in DockerfileTim Düsterhus2018-03-221-5/+10
|
* Fix style of DockerfileTim Düsterhus2018-03-221-10/+10
|
* Fix and clean up DockerfileTim Düsterhus2018-03-223-41/+16
|
* Dockerfile, for running in Docker containerMatt Simerson2015-11-163-0/+48