fix hardcoded s6 arch :( woops

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2018-12-16 00:25:44 -06:00
parent 93bc8e3a29
commit 1d379d07bd
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
FROM {{ pihole.base }}
ENV S6OVERLAY_RELEASE https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-amd64.tar.gz
ENV S6OVERLAY_RELEASE https://github.com/just-containers/s6-overlay/releases/download/{{ pihole.s6_version }}/s6-overlay-{{ pihole.s6arch }}.tar.gz
COPY install.sh /usr/local/bin/install.sh
ENV PIHOLE_INSTALL /root/ph_install.sh

View File

@ -1,6 +1,6 @@
FROM multiarch/debian-debootstrap:arm64-stretch-slim
ENV S6OVERLAY_RELEASE https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-amd64.tar.gz
ENV S6OVERLAY_RELEASE https://github.com/just-containers/s6-overlay/releases/download/v1.21.7.0/s6-overlay-aarch64.tar.gz
COPY install.sh /usr/local/bin/install.sh
ENV PIHOLE_INSTALL /root/ph_install.sh

View File

@ -1,6 +1,6 @@
FROM pihole/debian-base:latest
ENV S6OVERLAY_RELEASE https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-amd64.tar.gz
ENV S6OVERLAY_RELEASE https://github.com/just-containers/s6-overlay/releases/download/v1.21.7.0/s6-overlay-amd64.tar.gz
COPY install.sh /usr/local/bin/install.sh
ENV PIHOLE_INSTALL /root/ph_install.sh

View File

@ -1,6 +1,6 @@
FROM multiarch/debian-debootstrap:armel-stretch-slim
ENV S6OVERLAY_RELEASE https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-amd64.tar.gz
ENV S6OVERLAY_RELEASE https://github.com/just-containers/s6-overlay/releases/download/v1.21.7.0/s6-overlay-arm.tar.gz
COPY install.sh /usr/local/bin/install.sh
ENV PIHOLE_INSTALL /root/ph_install.sh

View File

@ -1,6 +1,6 @@
FROM multiarch/debian-debootstrap:armhf-stretch-slim
ENV S6OVERLAY_RELEASE https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-amd64.tar.gz
ENV S6OVERLAY_RELEASE https://github.com/just-containers/s6-overlay/releases/download/v1.21.7.0/s6-overlay-armhf.tar.gz
COPY install.sh /usr/local/bin/install.sh
ENV PIHOLE_INSTALL /root/ph_install.sh