diff --git a/Dockerfile b/Dockerfile index 7a6ce89..bcb4a67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG PIHOLE_BASE -FROM "${PIHOLE_BASE:-debian:buster-slim}" +FROM "${PIHOLE_BASE:-ghcr.io/pi-hole/docker-pi-hole-base:buster-slim}" ARG PIHOLE_DOCKER_TAG ENV PIHOLE_DOCKER_TAG "${PIHOLE_DOCKER_TAG}" diff --git a/build.yml b/build.yml index 5f3f4f3..a316274 100644 --- a/build.yml +++ b/build.yml @@ -14,32 +14,4 @@ services: context: . args: <<: *common-args - PIHOLE_BASE: debian:${DEBIAN_VERSION:-buster}-slim - armel: - image: pihole:${PIHOLE_DOCKER_TAG}-armel-${DEBIAN_VERSION:-buster} - build: - context: . - args: - <<: *common-args - PIHOLE_BASE: pihole/debian-debootstrap:armel-${DEBIAN_VERSION:-buster}-slim - armhf: - image: pihole:${PIHOLE_DOCKER_TAG}-armhf-${DEBIAN_VERSION:-buster} - build: - context: . - args: - <<: *common-args - PIHOLE_BASE: pihole/debian-debootstrap:armhf-${DEBIAN_VERSION:-buster}-slim - arm64: - image: pihole:${PIHOLE_DOCKER_TAG}-arm64-${DEBIAN_VERSION:-buster} - build: - context: . - args: - <<: *common-args - PIHOLE_BASE: pihole/debian-debootstrap:arm64-${DEBIAN_VERSION:-buster}-slim - i386: - image: pihole:${PIHOLE_DOCKER_TAG}-i386-${DEBIAN_VERSION:-buster} - build: - context: . - args: - <<: *common-args - PIHOLE_BASE: pihole/debian-debootstrap:i386-${DEBIAN_VERSION:-buster}-slim \ No newline at end of file + PIHOLE_BASE: ghcr.io/pi-hole/docker-pi-hole-base:${DEBIAN_VERSION:-buster}-slim \ No newline at end of file