File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# REANA components pointing to `latest`, locally built master branch
2
2
3
3
components :
4
+ reana_db :
5
+ image : docker.io/library/postgres:14.10
4
6
reana_server :
5
7
image : docker.io/reanahub/reana-server
6
8
environment :
Original file line number Diff line number Diff line change 223
223
224
224
DOCKER_PREFETCH_IMAGES = {
225
225
"reana" : [
226
- "docker.io/library/postgres:12.13 " ,
226
+ "docker.io/library/postgres:14.10 " ,
227
227
"docker.io/kozea/wdb:3.2.5" ,
228
228
"docker.io/maildev/maildev:1.1.0" ,
229
229
"docker.io/library/redis:5.0.5" ,
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def python_unit_tests(
140
140
run_command (
141
141
f"docker stop postgres__{ component } \n "
142
142
f"docker run --rm --name postgres__{ component } -p 5432:5432 "
143
- "-e POSTGRES_PASSWORD=mysecretpassword -d docker.io/library/postgres:12.13 "
143
+ "-e POSTGRES_PASSWORD=mysecretpassword -d docker.io/library/postgres:14.10 "
144
144
)
145
145
146
146
env_pytestarg = ""
You can’t perform that action at this time.
0 commit comments