From 50e233e68a0ae4b545ad8130d4376105e80896e9 Mon Sep 17 00:00:00 2001 From: Alexis Romero Date: Wed, 15 Nov 2023 11:13:53 +0100 Subject: [PATCH] test clean pdns repo --- .github/workflows/build-debian-bookworm-image-base.yaml | 2 +- .github/workflows/build-debian-bullseye-image-base.yaml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-debian-bookworm-image-base.yaml b/.github/workflows/build-debian-bookworm-image-base.yaml index 5938c5f..6fb050e 100644 --- a/.github/workflows/build-debian-bookworm-image-base.yaml +++ b/.github/workflows/build-debian-bookworm-image-base.yaml @@ -24,7 +24,7 @@ jobs: --tag $IMAGE_ID:$IMAGE_TAG --build-arg IMAGE_TAG=$DEBIAN_RELEASE_NAME \ --build-arg DOCKER_GID=$(stat -c %g /var/run/docker.sock) \ --build-arg REPO_URL=https://github.com/romeroalx/pdns.git \ - --build-arg REPO_BRANCH=dev-actions-debian-bookworm + --build-arg REPO_BRANCH=cleanup-actions-setup-script - name: Login to GitHub Container Registry uses: docker/login-action@v2 diff --git a/.github/workflows/build-debian-bullseye-image-base.yaml b/.github/workflows/build-debian-bullseye-image-base.yaml index d2b038c..367a79e 100644 --- a/.github/workflows/build-debian-bullseye-image-base.yaml +++ b/.github/workflows/build-debian-bullseye-image-base.yaml @@ -26,7 +26,7 @@ jobs: --tag $IMAGE_ID:$IMAGE_TAG --build-arg IMAGE_TAG=$DEBIAN_RELEASE_NAME \ --build-arg DOCKER_GID=$(stat -c %g /var/run/docker.sock) \ --build-arg REPO_URL=https://github.com/romeroalx/pdns.git \ - --build-arg REPO_BRANCH=master + --build-arg REPO_BRANCH=cleanup-actions-setup-script - name: Login to GitHub Container Registry uses: docker/login-action@v2 diff --git a/Dockerfile b/Dockerfile index e823fc6..2223123 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \ sudo git curl gnupg software-properties-common wget \ ca-certificates apt-utils build-essential vim \ iproute2 net-tools iputils-* ifupdown cmake acl \ - npm time mariadb-client postgresql-client jq python3 python3-venv + npm time mariadb-client postgresql-client jq python3 # Required for auth-backend gsqlite3 tests RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1