]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth mssql CI: switch to 2022-CU12 image 14688/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 19 Sep 2024 08:47:07 +0000 (10:47 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 19 Sep 2024 10:38:29 +0000 (12:38 +0200)
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)

.github/workflows/build-and-test-all.yml

index 1f2fc69fb8955cf10ae65663aa0f1eb9f1edd70a..beff002dc93bf1f6354c729c43bc2abf6c6df0f5 100644 (file)
@@ -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'