mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-13 14:55:43 +02:00
Compare commits
No commits in common. "main" and "2025.03.0" have entirely different histories.
5 changed files with 10 additions and 8 deletions
3
.github/workflows/build_dev.yml
vendored
3
.github/workflows/build_dev.yml
vendored
|
@ -41,10 +41,9 @@ jobs:
|
|||
context: ./docker-build
|
||||
file: ./docker-build/Dockerfile
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm/v7
|
||||
linux/arm64
|
||||
linux/riscv64
|
||||
linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
${{ secrets.DOCKER_USER }}/pihole-unbound-hyperlocal:${{ env.VERSION }}-dev
|
||||
|
|
5
.github/workflows/build_main.yml
vendored
5
.github/workflows/build_main.yml
vendored
|
@ -36,15 +36,14 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./docker-build
|
||||
file: ./docker-build/Dockerfile
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm/v7
|
||||
linux/arm64
|
||||
linux/riscv64
|
||||
linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
${{ secrets.DOCKER_USER }}/pihole-unbound-hyperlocal:${{ env.VERSION }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Get the latest Pi-hole version
|
||||
FROM pihole/pihole:2025.06.2
|
||||
FROM pihole/pihole:2025.03.0
|
||||
|
||||
# Install necessary programs without repository caching
|
||||
RUN apk upgrade --no-cache && \
|
||||
|
@ -23,4 +23,4 @@ RUN install -o unbound -g unbound -Dm755 -d /var/log/unbound
|
|||
# Add unbound start up script
|
||||
COPY --chmod=0755 unbound-entrypoint.sh /usr/bin/unbound-entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["unbound-entrypoint.sh"]
|
||||
ENTRYPOINT ["unbound-entrypoint.sh"]
|
|
@ -1 +1 @@
|
|||
2025.06.2
|
||||
2025.03.0
|
|
@ -25,3 +25,7 @@ FTLCONF_dns_dnssec = true
|
|||
# Theme used by the Pi-hole web interface
|
||||
# default-dark | default-darker | default-light | high-contrast | high-contrast-dark | default-auto | lcars
|
||||
FTLCONF_webserver_interface_theme=default-dark
|
||||
|
||||
# Which temperature unit should be used for temperatures processed by FTL?
|
||||
# C | F | K
|
||||
FTLCONF_webserver_api_temp_unit=C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue