Merge pull request #1003 from pi-hole/revert-to-buster

Revert base image to buster, we can try bullseye again later, there are a couple of teething issues
This commit is contained in:
Adam Warner 2022-02-12 22:56:27 +00:00 committed by GitHub
commit 1b35e7fdd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
ARCH: amd64 ARCH: amd64
DEBIAN_VERSION: bullseye DEBIAN_VERSION: buster
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v2 uses: actions/checkout@v2

View File

@ -1,5 +1,5 @@
ARG PIHOLE_BASE ARG PIHOLE_BASE
FROM "${PIHOLE_BASE:-ghcr.io/pi-hole/docker-pi-hole-base:bullseye-slim}" FROM "${PIHOLE_BASE:-ghcr.io/pi-hole/docker-pi-hole-base:buster-slim}"
ARG PIHOLE_DOCKER_TAG ARG PIHOLE_DOCKER_TAG
ENV PIHOLE_DOCKER_TAG "${PIHOLE_DOCKER_TAG}" ENV PIHOLE_DOCKER_TAG "${PIHOLE_DOCKER_TAG}"

View File

@ -9,9 +9,9 @@ x-common-args: &common-args
services: services:
amd64: amd64:
image: pihole:${PIHOLE_DOCKER_TAG}-amd64-${DEBIAN_VERSION:-bullseye} image: pihole:${PIHOLE_DOCKER_TAG}-amd64-${DEBIAN_VERSION:-buster}
build: build:
context: . context: .
args: args:
<<: *common-args <<: *common-args
PIHOLE_BASE: ghcr.io/pi-hole/docker-pi-hole-base:${DEBIAN_VERSION:-bullseye}-slim PIHOLE_BASE: ghcr.io/pi-hole/docker-pi-hole-base:${DEBIAN_VERSION:-buster}-slim