forked from pi-hole/docker-pi-hole
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Adam Hill <[email protected]>
- Loading branch information
Showing
6 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,11 +35,11 @@ ENV ServerIP 0.0.0.0 | |
ENV FTL_CMD no-daemon | ||
ENV DNSMASQ_USER root | ||
|
||
ENV VERSION release-v4.3 | ||
ENV VERSION v4.3 | ||
ENV ARCH aarch64 | ||
ENV PATH /opt/pihole:${PATH} | ||
|
||
LABEL image="pihole/pihole:release-v4.3_aarch64" | ||
LABEL image="pihole/pihole:v4.3_aarch64" | ||
LABEL maintainer="[email protected]" | ||
LABEL url="https://www.github.com/pi-hole/docker-pi-hole" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,11 +35,11 @@ ENV ServerIP 0.0.0.0 | |
ENV FTL_CMD no-daemon | ||
ENV DNSMASQ_USER root | ||
|
||
ENV VERSION release-v4.3 | ||
ENV VERSION v4.3 | ||
ENV ARCH amd64 | ||
ENV PATH /opt/pihole:${PATH} | ||
|
||
LABEL image="pihole/pihole:release-v4.3_amd64" | ||
LABEL image="pihole/pihole:v4.3_amd64" | ||
LABEL maintainer="[email protected]" | ||
LABEL url="https://www.github.com/pi-hole/docker-pi-hole" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,11 +35,11 @@ ENV ServerIP 0.0.0.0 | |
ENV FTL_CMD no-daemon | ||
ENV DNSMASQ_USER root | ||
|
||
ENV VERSION release-v4.3 | ||
ENV VERSION v4.3 | ||
ENV ARCH armel | ||
ENV PATH /opt/pihole:${PATH} | ||
|
||
LABEL image="pihole/pihole:release-v4.3_armel" | ||
LABEL image="pihole/pihole:v4.3_armel" | ||
LABEL maintainer="[email protected]" | ||
LABEL url="https://www.github.com/pi-hole/docker-pi-hole" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,11 +35,11 @@ ENV ServerIP 0.0.0.0 | |
ENV FTL_CMD no-daemon | ||
ENV DNSMASQ_USER root | ||
|
||
ENV VERSION release-v4.3 | ||
ENV VERSION v4.3 | ||
ENV ARCH armhf | ||
ENV PATH /opt/pihole:${PATH} | ||
|
||
LABEL image="pihole/pihole:release-v4.3_armhf" | ||
LABEL image="pihole/pihole:v4.3_armhf" | ||
LABEL maintainer="[email protected]" | ||
LABEL url="https://www.github.com/pi-hole/docker-pi-hole" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
release/v4.3 | ||
v4.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters