Skip to content

Commit

Permalink
Merge pull request #969 from dataplat/containers
Browse files Browse the repository at this point in the history
Merge containers into main [skip ci]
  • Loading branch information
SQLDBAWithABeard authored May 9, 2023
2 parents b0b11fe + 59293f7 commit 6c283e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
dbachecks1:
image: dbachecks/sqlinstance1:v2.35.0
image: dbachecks/sqlinstance1:v2.36.0
volumes:
- mydata:/var/opt/backups
- shared:/shared
Expand All @@ -13,7 +13,7 @@ services:
hostname: dbachecks1

dbachecks2:
image: dbachecks/sqlinstance2:v2.35.0
image: dbachecks/sqlinstance2:v2.36.0
volumes:
- mydata:/var/opt/backups
- shared:/shared
Expand All @@ -27,7 +27,7 @@ services:

# This is our SQL2022 container
dbachecks3:
image: dbachecks/sqlinstance3:v2.35.0
image: dbachecks/sqlinstance3:v2.36.0
volumes:
- mydata:/var/opt/backups
- shared:/shared
Expand Down
3 changes: 3 additions & 0 deletions containers/base/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ FROM dbachecks/sqlinstance1

USER root

# remove old dbatools directory so 2.0 will import
RUN rm -rf /usr/local/share/powershell/Modules/dbatools

# Copy Profile

ADD profile.ps1 /root/.config/powershell/
Expand Down

0 comments on commit 6c283e0

Please sign in to comment.