1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-05 16:06:11 +02:00
Commit Graph

405 Commits

Author SHA1 Message Date
Peter Dave Hello fee7c88a04 Separate `update-ca-certificates` in Dockerfile
Combine it with apk operation, will cause missing error issues due to
the following `|| true`, we should prevent that and let apk fail when
it's needed.
2019-08-06 00:31:01 +08:00
Peter Dave Hello 11e4f8620f Separate `CFLAGS=-Ofast` to ENV in Dockerfile 2019-08-06 00:00:22 +08:00
Peter Dave Hello f658223f00 Remove dead code in Dockerfile 2019-08-05 23:56:53 +08:00
Peter Dave Hello bc3b60aef9 Simplify Dockerfile with `WORKDIR /tmp` 2019-08-05 23:56:18 +08:00
Peter Dave Hello f2ffba78a3 Set `-x` option in SHELL command in Dockerfile
Intead of running `set -x` in the RUN commands
2019-08-05 23:52:13 +08:00
Peter Dave Hello d761f63ca6 Quote var & function output shell scripts in Dockerfile 2019-08-05 23:50:38 +08:00
Peter Dave Hello fa7fed55de Format shell scripts with shfmt and test it on CI 2019-08-05 22:19:43 +08:00
Frank Denis 0b439b661d Dropping the cache doesn't work inside a container 2019-06-29 20:04:07 +02:00
Frank Denis f5f3bf4017 Drop the caches before starting unbound
This reduces memory pressure.
2019-06-29 17:55:11 +02:00
Frank Denis 37bacef22c Unbound 1.9.2 final 2019-06-29 17:40:05 +02:00
Frank Denis 09e3c177bb Update unbound 2019-06-15 14:17:06 +02:00
Frank Denis dbe8dfacc6 Unbound 1.9.2-rc1 2019-06-10 12:26:26 +02:00
Frank Denis 8f1b0f30ec Give qname minimisation a new chance
Fixes #61
2019-05-28 00:08:12 +02:00
Frank Denis 40595af59d Bump up the reserved memory size
The default is very low, and makes it difficult to do any other task on the
same host.
2019-05-16 17:47:33 +02:00
Frank Denis 156345f0a9 Decrease edns-buffer-size to 1220
Ref: https://sk.tl/2PbhxjbN
2019-05-12 13:45:04 +02:00
Frank Denis 81f3ccbf81
Merge pull request #59 from PeterDaveHello/refactor-shellscripts
Refactor shellscripts
2019-05-12 13:40:13 +02:00
Peter Dave Hello fc47a319d4 Use replace non-standard egrep/fgrep with grep `-E/-F` 2019-05-12 19:19:22 +08:00
Peter Dave Hello 3de5db51e9 Improve `if` condition syntax in shell script 2019-05-12 19:17:50 +08:00
Peter Dave Hello 96b9dc9b32 Remoe unnecessary `$` on arithmetic variables in shell script 2019-05-12 19:13:06 +08:00
Peter Dave Hello 3ea7dd925c Quote var/cmd output in shell script to prevent word splitting 2019-05-12 19:10:41 +08:00
Frank Denis eaf9f3b8cb Merge remote-tracking branch 'org/master'
* org/master:
  Enable Travis CI with basic Docker build testing
  Properly cleanup apk build dependency in Dockerfile
  Use multi-thread to "make" in Dockerfile to speedup build
  Specify git clone depth in Dockerfile to speed up git cloning
  Clone libsodium with specify single branch in Dockerfile
  Replace apk parameter `--update` with `--no-cache` to reduce size
2019-05-05 09:10:25 +02:00
Frank Denis 0b937eb036 Add Travis Badge and fix dnscrypt website URL 2019-05-05 09:07:56 +02:00
Frank Denis a4a24e861a
Merge pull request #57 from PeterDaveHello/EnableTravisCI
Enable Travis CI with basic Docker build testing
2019-05-04 22:17:44 +02:00
Peter Dave Hello 2e27aeba4f Enable Travis CI with basic Docker build testing 2019-05-05 01:05:08 +08:00
Frank Denis 7f735f89b8
Merge pull request #56 from PeterDaveHello/Refactor-Dockerfile
Refactor Dockerfile
2019-05-03 19:04:40 +02:00
Peter Dave Hello 651e843bda Properly cleanup apk build dependency in Dockerfile 2019-05-03 23:43:10 +08:00
Peter Dave Hello baf65123c2 Use multi-thread to "make" in Dockerfile to speedup build 2019-05-03 23:24:58 +08:00
Peter Dave Hello 1fec4f1690 Specify git clone depth in Dockerfile to speed up git cloning 2019-05-03 23:17:11 +08:00
Peter Dave Hello 234619c299 Clone libsodium with specify single branch in Dockerfile 2019-05-03 23:12:06 +08:00
Peter Dave Hello 1a86b71a87 Replace apk parameter `--update` with `--no-cache` to reduce size 2019-05-03 22:44:03 +08:00
Frank Denis e14822a64f
Merge pull request #24 from kowalcj0/fix-missing-linux-headers
install linux-headers to fix missing linux/types.h during build
2019-03-23 17:38:53 +01:00
kowalcj0 cd23ead815 install linux-headers to fix missing linux/types.h during build 2019-03-23 16:21:41 +00:00
Frank Denis 1e3bcb7f8e Bump for the lowered log level for short packets in dnscrypt-wrapper 2019-03-16 22:43:50 +01:00
Frank Denis 52b9c75a29 We don't use LibreSSL any more 2019-03-12 15:07:42 +01:00
Frank Denis e29cf6d90e Add byacc to the dependencies 2019-03-11 18:54:41 +01:00
Frank Denis 298a49cd7d Switch to OpenSSL, Unbound 1.9.1b1 and libsodium-stable 2019-03-10 18:41:18 +01:00
Frank Denis 3f824e1e6c cd before checkout 2019-02-05 18:50:10 +01:00
Frank Denis 146224fff3 Update unbound 2019-02-05 18:12:37 +01:00
Frank Denis 5191336444 libsodium 1.0.17 2019-01-07 12:42:27 +01:00
Frank Denis 9f6c725728 Revert "libsodium 1.0.17"
This reverts commit 2e6389c14b.
2019-01-06 20:36:16 +01:00
Frank Denis 013a63dced Merge branch 'master' of github.com:jedisct1/dnscrypt-server-docker
* 'master' of github.com:jedisct1/dnscrypt-server-docker:
  Bump serial after dnscrypt-wrapper update
2019-01-06 19:16:06 +01:00
Frank Denis 2e6389c14b libsodium 1.0.17 2019-01-06 19:15:54 +01:00
Frank Denis 0072a19667 Bump serial after dnscrypt-wrapper update 2019-01-04 22:56:23 +01:00
Frank Denis 8b70e9f968 Unbound 1.8.2 2018-12-04 13:26:55 +01:00
Frank Denis 744c5671bd Unbound 1.0.8 2018-09-10 15:36:27 +02:00
Frank Denis 10f079724a
Merge pull request #10 from ianbashford/ipv6-enable
dnscrypt-wrapper.sh update for ipv6
2018-08-22 20:37:19 +02:00
Ian Bashford 9cfc15421b dnscrypt-wrapper.sh update for ipv6
This change enables the docker container to listen on ipv4 and ipv6
2018-08-21 20:39:59 +01:00
Frank Denis 5cb3872057 Unbound 1.7.2 2018-06-14 19:48:36 +02:00
Frank Denis 77a3f33a97 Bump 2018-06-06 18:21:14 +02:00
Frank Denis b8a45aa01a Bump 2018-05-03 23:25:57 +02:00