Devenv: update mysql_tests and postgres_tests blocks for allowing dynamically change of underlying docker image (#29525)
* Devenv: allow dynamically change mysql_tests docker image * Devenv: allow dynamically change postgres_tests docker image
This commit is contained in:
committed by
GitHub
parent
73518bf1e7
commit
6c4f6211cb
@@ -1,6 +1,8 @@
|
||||
postgrestest:
|
||||
build:
|
||||
context: docker/blocks/postgres_tests
|
||||
args:
|
||||
- postgres_version=${postgres_version}
|
||||
environment:
|
||||
POSTGRES_USER: grafanatest
|
||||
POSTGRES_PASSWORD: grafanatest
|
||||
|
||||
Reference in New Issue
Block a user