You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/databases/mssqlserver.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ public class SomeTest {
20
20
```
21
21
22
22
!!! warning "EULA Acceptance"
23
-
Due to licencing restrictions you are required to accept an EULAforthis container image. To indicate that you accept the MSSQLServer image EULA, Please place a file at the root of the classpath named `container-license-acceptance.txt`, e.g. at `src/test/resources/container-license-acceptance.txt`.This file should contain the line: `mcr.microsoft.com/mssql/server:latest`
23
+
Due to licencing restrictions you are required to accept an EULAforthis container image. To indicate that you accept the MSSQLServer image EULA, Please place a file at the root of the classpath named `container-license-acceptance.txt`, e.g. at `src/test/resources/container-license-acceptance.txt`.This file should contain the line: `mcr.microsoft.com/mssql/server:2017-CU12` (or, if you are overriding the docker image name/tag, update accordingly).
24
+
25
+
Please see the [`microsoft-mssql-server` image documentation](https://hub.docker.com/_/microsoft-mssql-server#environment-variables) for a link to the EULA document.
0 commit comments