File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -381,8 +381,8 @@ mssql_2017() {
381
381
382
382
mssql_2022 () {
383
383
$CONTAINER_CLI rm -f mssql || true
384
- # This sha256 matches a specific tag of mcr.microsoft.com/mssql/server:2022-latest :
385
- $CONTAINER_CLI run --name mssql -d -p 1433:1433 -e " SA_PASSWORD=Hibernate_orm_test" -e ACCEPT_EULA=Y mcr.microsoft.com/mssql/server@sha256:5439be9edc3b514cf647bcd3651779fa13f487735a985f40cbdcfecc60fea273
384
+ # This sha256 matches a specific tag of 2022-CU12-ubuntu-22.04 (https:// mcr.microsoft.com/en-us/product/ mssql/server/tags) :
385
+ $CONTAINER_CLI run --name mssql -d -p 1433:1433 -e " SA_PASSWORD=Hibernate_orm_test" -e ACCEPT_EULA=Y mcr.microsoft.com/mssql/server@sha256:b94071acd4612bfe60a73e265097c2b6388d14d9d493db8f37cf4479a4337480
386
386
sleep 5
387
387
n=0
388
388
until [ " $n " -ge 5 ]
You can’t perform that action at this time.
0 commit comments