build .apk files for unbound with support for as cache backend redis for alpine linux.
unbound | ||
.dockerignore | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE.md | ||
README.md |
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:
-
you can specify the environment variable
VERSION
to build a specific version. if the environment variable is unspecified it will default tolatest
. -
download an
.zip
or.tar.gz
archive and put it in theunbound/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