File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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.37 .0
4
+ image : dbachecks/sqlinstance1:v2.38 .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.37 .0
16
+ image : dbachecks/sqlinstance2:v2.38 .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.37 .0
30
+ image : dbachecks/sqlinstance3:v2.38 .0
31
31
volumes :
32
32
- mydata:/var/opt/backups
33
33
- shared:/shared
Original file line number Diff line number Diff line change 59
59
path : ${{ env.buildFolderName }}
60
60
- name : Run Tests
61
61
shell : pwsh
62
- run : ./build.ps1 -tasks noop; ipmo dbatools ; ./build.ps1 -tasks test # to get around dbatools failing to load XE.core.dll if
62
+ run : ./build.ps1 -tasks noop ; ./build.ps1 -tasks test # to get around dbatools failing to load XE.core.dll if
63
63
- name : Publish Test Artifact
64
64
uses : actions/upload-artifact@v3
65
65
with :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM dbachecks/sqlinstance1
3
3
USER root
4
4
5
5
# remove old dbatools directory so 2.0 will import
6
- RUN rm -rf /usr/local/share/powershell/Modules/dbatools
6
+ RUN rm -rf /usr/local/share/powershell/Modules/dbatools/1.1.145
7
7
8
8
# Copy Profile
9
9
You can’t perform that action at this time.
0 commit comments