Skip to content

Commit

Permalink
[TASK] Update Microsoft SQL server docker images for tests
Browse files Browse the repository at this point in the history
With this change the deprecated location for the Microsoft SQL server
images will be updated to the current one.

Resolves: #89424
Releases: master, 9,5
Change-Id: I6ea405ceac3632ef0a3dbbe634f2a13bab8bb6ed
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62056
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Oliver Hader <oliver.hader@typo3.org>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
  • Loading branch information
manuelselbach authored and ohader committed Oct 22, 2019
1 parent b5acd62 commit c9ad740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Build/testing-docker/bamboo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
networks:
- test
mssql2017cu9:
image: microsoft/mssql-server-linux:2017-CU9
image: mcr.microsoft.com/mssql/server:2017-CU9-ubuntu
environment:
ACCEPT_EULA: Y
SA_PASSWORD: Test1234!
Expand Down Expand Up @@ -218,4 +218,4 @@ networks:
volumes:
bamboo-data:
external:
name: ${BAMBOO_COMPOSE_PROJECT_NAME}_bamboo-data
name: ${BAMBOO_COMPOSE_PROJECT_NAME}_bamboo-data
2 changes: 1 addition & 1 deletion Build/testing-docker/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- /var/lib/mysql/:rw,noexec,nosuid

mssql2017cu9:
image: microsoft/mssql-server-linux:2017-CU9
image: mcr.microsoft.com/mssql/server:2017-CU9-ubuntu
environment:
ACCEPT_EULA: Y
SA_PASSWORD: "Test1234!"
Expand Down

0 comments on commit c9ad740

Please sign in to comment.