From: Peter van Dijk Date: Thu, 19 Sep 2024 08:47:07 +0000 (+0200) Subject: auth mssql CI: switch to 2022-CU12 image X-Git-Tag: auth-4.9.2~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9f917349640deec263be0a92610c5ed32861e8d;p=thirdparty%2Fpdns.git auth mssql CI: switch to 2022-CU12 image https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240915.1 broke mssql. https://github.com/microsoft/mssql-docker/issues/868 fits the kernel upgrade. this commit switches from 2017-GA to 2022-CU12, which unbreaks the build (cherry picked from commit 0b805ddebc3e14f78effa44ebf06377c593276ed) --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 1f2fc69fb8..beff002dc9 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -278,7 +278,7 @@ jobs: env: {} ports: [] - backend: godbc_mssql - image: mcr.microsoft.com/mssql/server:2017-GA-ubuntu + image: mcr.microsoft.com/mssql/server:2022-CU12-ubuntu-22.04 env: ACCEPT_EULA: Y SA_PASSWORD: 'SAsa12%%-not-a-secret-password'