From: Peter van Dijk Date: Wed, 20 Apr 2022 08:31:12 +0000 (+0200) Subject: revert docs build to specific debian image, instead of the debian:testing underlying... X-Git-Tag: auth-4.8.0-alpha0~133^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11564%2Fhead;p=thirdparty%2Fpdns.git revert docs build to specific debian image, instead of the debian:testing underlying the texlive image --- diff --git a/.circleci/config.yml b/.circleci/config.yml index bc8c04743c..edfecba6d1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -759,7 +759,7 @@ jobs: resource_class: small docker: - - image: texlive/texlive + - image: debian:bullseye auth: username: powerdnsreadonly password: $DOCKERHUB_PASSWORD @@ -772,7 +772,7 @@ jobs: resource_class: small docker: - - image: texlive/texlive + - image: debian:bullseye auth: username: powerdnsreadonly password: $DOCKERHUB_PASSWORD @@ -787,7 +787,7 @@ jobs: resource_class: small docker: - - image: texlive/texlive + - image: debian:bullseye auth: username: powerdnsreadonly password: $DOCKERHUB_PASSWORD @@ -800,7 +800,7 @@ jobs: resource_class: small docker: - - image: texlive/texlive + - image: debian:bullseye auth: username: powerdnsreadonly password: $DOCKERHUB_PASSWORD @@ -815,7 +815,7 @@ jobs: resource_class: small docker: - - image: texlive/texlive + - image: debian:bullseye auth: username: powerdnsreadonly password: $DOCKERHUB_PASSWORD @@ -828,7 +828,7 @@ jobs: resource_class: small docker: - - image: texlive/texlive + - image: debian:bullseye auth: username: powerdnsreadonly password: $DOCKERHUB_PASSWORD