DNSCrypt / dnscrypt-server-docker

A Docker image for a non-censoring, non-logging, DNSSEC-capable, DNSCrypt-enabled DNS resolver
https://dnscrypt.info
ISC License
660 stars 134 forks source link

Updated Kubernetes configurations and added docker-compose support #106

Closed zquestz closed 3 years ago

zquestz commented 3 years ago

Additions:

Fixes https://github.com/DNSCrypt/dnscrypt-server-docker/issues/104 https://github.com/DNSCrypt/dnscrypt-server-docker/issues/94 https://github.com/DNSCrypt/dnscrypt-server-docker/issues/101

jedisct1 commented 3 years ago

This is very cool, thank you so much for contributing this!

mibere commented 3 years ago

@zquestz thanks, your time and effort is honorable. But, and that's my personal opinion, @jedisct1 I really don't like it that the docker-compose.yml in this repository and project references to a foreign and "unofficial" docker image now.

jedisct1 commented 3 years ago

Nod.

What are the differences between that external image and this one?

zquestz commented 3 years ago

Agreed as well. The only reason for my image is the slight change to the entrypoint.sh and Dockerfile adds a symlink. Those changes are now in your repo. You should be able to build the new image, post it on the official location and update the reference in the kubernetes and docker compose files.