From 8c1172acbc33d8ff7940ce4fd61ced5de02b5049 Mon Sep 17 00:00:00 2001 From: Chris Crowe <425808+chriscrowe@users.noreply.github.com> Date: Thu, 25 Aug 2022 22:49:18 -0700 Subject: [PATCH] Upgrading base container to 2022.08.2 (#151) Required some reconfiguring since s6-overlay was upgraded to v3 --- one-container/pihole-unbound/Dockerfile | 4 ++-- one-container/pihole-unbound/VERSION | 2 +- one-container/pihole-unbound/unbound-run | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 one-container/pihole-unbound/unbound-run diff --git a/one-container/pihole-unbound/Dockerfile b/one-container/pihole-unbound/Dockerfile index 9a4d4c2..becd8ec 100644 --- a/one-container/pihole-unbound/Dockerfile +++ b/one-container/pihole-unbound/Dockerfile @@ -1,10 +1,10 @@ -FROM pihole/pihole:2022.07.1 +FROM pihole/pihole:2022.08.2 RUN apt update && apt install -y unbound COPY lighttpd-external.conf /etc/lighttpd/external.conf COPY unbound-pihole.conf /etc/unbound/unbound.conf.d/pi-hole.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 ENTRYPOINT ./s6-init diff --git a/one-container/pihole-unbound/VERSION b/one-container/pihole-unbound/VERSION index 54ed325..4393180 100644 --- a/one-container/pihole-unbound/VERSION +++ b/one-container/pihole-unbound/VERSION @@ -1 +1 @@ -2022.07.1 +2022.08.2 diff --git a/one-container/pihole-unbound/unbound-run b/one-container/pihole-unbound/unbound-run old mode 100644 new mode 100755 index 057d635..46f2f13 --- a/one-container/pihole-unbound/unbound-run +++ b/one-container/pihole-unbound/unbound-run @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash s6-echo "Starting unbound"