Skip to content

Commit 6110c46

Browse files
use rebuilt mssql-2017 image
1 parent 48cdde9 commit 6110c46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pull-db-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@ jobs:
201201
runs-on: ubuntu-latest
202202
services:
203203
mssql:
204-
# some images before 2024-04 can't run on new kernels
205-
image: mcr.microsoft.com/mssql/server:2019-latest
204+
# rebuilt mssql image, only for gitea's testing of mssql
205+
# not for general use
206+
image: techknowlogick/mssql:2017
206207
env:
207208
ACCEPT_EULA: Y
208209
MSSQL_PID: Standard

0 commit comments

Comments
 (0)