File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : " 3"
2
2
services :
3
3
dbachecks1 :
4
- image : dbachecks/sqlinstance1:v2.35 .0
4
+ image : dbachecks/sqlinstance1:v2.36 .0
5
5
volumes :
6
6
- mydata:/var/opt/backups
7
7
- shared:/shared
@@ -13,7 +13,7 @@ services:
13
13
hostname : dbachecks1
14
14
15
15
dbachecks2 :
16
- image : dbachecks/sqlinstance2:v2.35 .0
16
+ image : dbachecks/sqlinstance2:v2.36 .0
17
17
volumes :
18
18
- mydata:/var/opt/backups
19
19
- shared:/shared
@@ -27,7 +27,7 @@ services:
27
27
28
28
# This is our SQL2022 container
29
29
dbachecks3 :
30
- image : dbachecks/sqlinstance3:v2.35 .0
30
+ image : dbachecks/sqlinstance3:v2.36 .0
31
31
volumes :
32
32
- mydata:/var/opt/backups
33
33
- shared:/shared
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ FROM dbachecks/sqlinstance1
2
2
3
3
USER root
4
4
5
+ # remove old dbatools directory so 2.0 will import
6
+ RUN rm -rf /usr/local/share/powershell/Modules/dbatools
7
+
5
8
# Copy Profile
6
9
7
10
ADD profile.ps1 /root/.config/powershell/
You can’t perform that action at this time.
0 commit comments