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:
@@ -1,3 +1,4 @@
|
||||
FROM postgres:9.3
|
||||
ARG postgres_version=9.3
|
||||
FROM postgres:${postgres_version}
|
||||
ADD setup.sql /docker-entrypoint-initdb.d
|
||||
CMD ["postgres"]
|
||||
|
||||
Reference in New Issue
Block a user