File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
resources :
2
2
containers :
3
3
- container : mysql
4
- image : mysql:5.7.28
4
+ image : mysql:8.0.31
5
5
ports :
6
6
- " 3300:3306"
7
7
env :
8
8
MYSQL_ROOT_PASSWORD : password
9
9
MYSQL_DATABASE : test
10
10
- container : postgres
11
- image : postgres:11.6 -alpine
11
+ image : postgres:15.0 -alpine
12
12
ports :
13
13
- 5432:5432
14
14
env :
@@ -28,7 +28,7 @@ variables:
28
28
jobs :
29
29
- job : Linux_MySQL
30
30
pool :
31
- vmimage : ' ubuntu-20 .04'
31
+ vmimage : ' ubuntu-22 .04'
32
32
services :
33
33
mysql : mysql
34
34
variables :
83
83
84
84
- job : Linux_PostgreSQL
85
85
pool :
86
- vmimage : ' ubuntu-20 .04'
86
+ vmimage : ' ubuntu-22 .04'
87
87
services :
88
88
postgres : postgres
89
89
variables :
@@ -129,7 +129,7 @@ jobs:
129
129
130
130
- job : Linux_SQLite
131
131
pool :
132
- vmimage : ' ubuntu-20 .04'
132
+ vmimage : ' ubuntu-22 .04'
133
133
steps :
134
134
- task : UseDotNet@2
135
135
inputs :
@@ -162,7 +162,7 @@ jobs:
162
162
163
163
- job : Linux_SQLServer
164
164
pool :
165
- vmimage : ' ubuntu-20 .04'
165
+ vmimage : ' ubuntu-22 .04'
166
166
services :
167
167
sqlserver : sqlserver
168
168
variables :
@@ -238,7 +238,7 @@ jobs:
238
238
- Linux_SQLServer
239
239
- Windows_SQLServer
240
240
pool :
241
- vmimage : ' ubuntu-20 .04'
241
+ vmimage : ' ubuntu-22 .04'
242
242
steps :
243
243
- task : DownloadPipelineArtifact@0
244
244
inputs :
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ services:
10
10
SA_PASSWORD : P@ssw0rd
11
11
12
12
mysql :
13
- image : mysql:5.7.28
13
+ image : mysql:8
14
14
ports :
15
15
- " 3306:3306"
16
16
environment :
17
17
MYSQL_ROOT_PASSWORD : test
18
18
19
19
postgres :
20
- image : postgres:11.6 -alpine
20
+ image : postgres:15 -alpine
21
21
ports :
22
22
- " 5432:5432"
23
23
environment :
Original file line number Diff line number Diff line change 1
- FROM ubuntu:18 .04
1
+ FROM ubuntu:22 .04
2
2
3
3
RUN apt-get update && apt-get install -y docker.io wget
4
4
You can’t perform that action at this time.
0 commit comments