Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
Matrix Docker Ansible Deploy
Commits
48548eb5
Unverified
Commit
48548eb5
authored
Aug 22, 2021
by
sakkiii
Committed by
GitHub
Aug 22, 2021
Browse files
Postgres Minor Updates
parent
24793adb
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix-postgres/defaults/main.yml
View file @
48548eb5
...
...
@@ -17,11 +17,11 @@ matrix_postgres_architecture: amd64
# > LOG: startup process (PID 37) was terminated by signal 11: Segmentation fault
matrix_postgres_docker_image_suffix
:
"
{{
'-alpine'
if
matrix_postgres_architecture
in
['amd64',
'arm64']
else
''
}}"
matrix_postgres_docker_image_v9
:
"
{{
matrix_container_global_registry_prefix
}}postgres:9.6.2
2
{{
matrix_postgres_docker_image_suffix
}}"
matrix_postgres_docker_image_v10
:
"
{{
matrix_container_global_registry_prefix
}}postgres:10.1
7
{{
matrix_postgres_docker_image_suffix
}}"
matrix_postgres_docker_image_v11
:
"
{{
matrix_container_global_registry_prefix
}}postgres:11.1
2
{{
matrix_postgres_docker_image_suffix
}}"
matrix_postgres_docker_image_v12
:
"
{{
matrix_container_global_registry_prefix
}}postgres:12.
7
{{
matrix_postgres_docker_image_suffix
}}"
matrix_postgres_docker_image_v13
:
"
{{
matrix_container_global_registry_prefix
}}postgres:13.
3
{{
matrix_postgres_docker_image_suffix
}}"
matrix_postgres_docker_image_v9
:
"
{{
matrix_container_global_registry_prefix
}}postgres:9.6.2
3
{{
matrix_postgres_docker_image_suffix
}}"
matrix_postgres_docker_image_v10
:
"
{{
matrix_container_global_registry_prefix
}}postgres:10.1
8
{{
matrix_postgres_docker_image_suffix
}}"
matrix_postgres_docker_image_v11
:
"
{{
matrix_container_global_registry_prefix
}}postgres:11.1
3
{{
matrix_postgres_docker_image_suffix
}}"
matrix_postgres_docker_image_v12
:
"
{{
matrix_container_global_registry_prefix
}}postgres:12.
8
{{
matrix_postgres_docker_image_suffix
}}"
matrix_postgres_docker_image_v13
:
"
{{
matrix_container_global_registry_prefix
}}postgres:13.
4
{{
matrix_postgres_docker_image_suffix
}}"
matrix_postgres_docker_image_latest
:
"
{{
matrix_postgres_docker_image_v13
}}"
# This variable is assigned at runtime. Overriding its value has no effect.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment