Upgrading base container to 2022.08.2 (#151)
Required some reconfiguring since s6-overlay was upgraded to v3
This commit is contained in:
parent
0e8351772a
commit
8c1172acbc
3 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
FROM pihole/pihole:2022.07.1
|
FROM pihole/pihole:2022.08.2
|
||||||
RUN apt update && apt install -y unbound
|
RUN apt update && apt install -y unbound
|
||||||
|
|
||||||
COPY lighttpd-external.conf /etc/lighttpd/external.conf
|
COPY lighttpd-external.conf /etc/lighttpd/external.conf
|
||||||
COPY unbound-pihole.conf /etc/unbound/unbound.conf.d/pi-hole.conf
|
COPY unbound-pihole.conf /etc/unbound/unbound.conf.d/pi-hole.conf
|
||||||
COPY 99-edns.conf /etc/dnsmasq.d/99-edns.conf
|
COPY 99-edns.conf /etc/dnsmasq.d/99-edns.conf
|
||||||
RUN mkdir /etc/services.d/unbound
|
RUN mkdir -p /etc/services.d/unbound
|
||||||
COPY unbound-run /etc/services.d/unbound/run
|
COPY unbound-run /etc/services.d/unbound/run
|
||||||
|
|
||||||
ENTRYPOINT ./s6-init
|
ENTRYPOINT ./s6-init
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2022.07.1
|
2022.08.2
|
||||||
|
|
2
one-container/pihole-unbound/unbound-run
Normal file → Executable file
2
one-container/pihole-unbound/unbound-run
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/command/with-contenv bash
|
||||||
|
|
||||||
s6-echo "Starting unbound"
|
s6-echo "Starting unbound"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue