build .apk files for unbound with support for as cache backend redis for alpine linux.
Go to file
2023-10-20 13:19:16 +02:00
unbound initial commit 2023-10-20 13:06:49 +02:00
.dockerignore initial commit 2023-10-20 13:06:49 +02:00
.gitignore initial commit 2023-10-20 13:06:49 +02:00
docker-compose.yml initial commit 2023-10-20 13:06:49 +02:00
Dockerfile initial commit 2023-10-20 13:06:49 +02:00
LICENSE.md initial commit 2023-10-20 13:06:49 +02:00
README.md extended readme 2023-10-20 13:19:16 +02:00

unbound-redis-apk

build .apk files for unbound with support for as cache backend redis for alpine linux.

usage & configuration

there are two possible options to build a specific version:

  1. you can specify the environment variable VERSION to build a specific version. if the environment variable is unspecified it will default to latest.

  2. download an .zip or .tar.gz archive and put it in the unbound/src subfolder (dont forget to rebuild the image).

docker:

docker run --rm -it -e VERSION=latest -v .build/:/build <imageid>

docker-compose:

docker-compose up

installation on alpine linux:

apk add --no-cache --allow-untrusted <package>.apk