update and add redis plugin
All checks were successful
Base DNS Docker Image CI/CD Build / build-docker-image (push) Successful in 2m58s

This commit is contained in:
Donavan Fritz 2025-03-09 14:45:31 -07:00
parent a796cda0fd
commit 89ac3af600
2 changed files with 3 additions and 2 deletions

View File

@ -9,14 +9,14 @@ RUN apt-get update && apt-get install -y \
build-essential build-essential
# add golang to the builder # add golang to the builder
RUN wget https://golang.org/dl/go1.22.0.linux-amd64.tar.gz && \ RUN wget https://golang.org/dl/go1.24.0.linux-amd64.tar.gz && \
tar -C /usr/local -xzf go* && \ tar -C /usr/local -xzf go* && \
ln -s /usr/local/go/bin/go /usr/local/bin && \ ln -s /usr/local/go/bin/go /usr/local/bin && \
rm go* rm go*
# grab the coredns release # grab the coredns release
WORKDIR /tmp/coredns/ WORKDIR /tmp/coredns/
RUN wget https://github.com/coredns/coredns/archive/v1.11.1.tar.gz && \ RUN wget https://github.com/coredns/coredns/archive/v1.12.0.tar.gz && \
tar -xzf v* && \ tar -xzf v* && \
mv core* coredns && \ mv core* coredns && \
rm v* rm v*

View File

@ -12,6 +12,7 @@ cache:cache
dnssec:dnssec dnssec:dnssec
synthetic:code.fritzlab.net/dns/synthetic synthetic:code.fritzlab.net/dns/synthetic
unbound:github.com/coredns/unbound unbound:github.com/coredns/unbound
redis:github.com/codysnider/coredns-redis
file:file file:file
forward:forward forward:forward
on:github.com/coredns/caddy/onevent on:github.com/coredns/caddy/onevent