Skip to content

Commit 1eb0397

Browse files
committed
Fixed replication container files
Updated sh scripts to only have LF Changed dockerfiles to use CTP 3.0 The current scripts were breaking because WAITFOR was not working causing the push agent job to fire too early
1 parent bd3cf0e commit 1eb0397

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/containers/replication/db1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/mssql/server:vNext-CTP2.0-ubuntu
1+
FROM mcr.microsoft.com/mssql/server:2019-CTP3.0-ubuntu
22

33
COPY . /
44

samples/containers/replication/db2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/mssql/server:vNext-CTP2.0-ubuntu
1+
FROM mcr.microsoft.com/mssql/server:2019-CTP3.0-ubuntu
22

33
COPY . /
44

0 commit comments

Comments
 (0)