Samagra-Development / WarpSQL

WarpSQL
https://samagra-development.github.io/WarpSQL/
Apache License 2.0
16 stars 28 forks source link

warpsql: Pass CITUS_VERSION arg from Makefile-s #15

Closed jayanth-kumar-morem closed 1 year ago

jayanth-kumar-morem commented 1 year ago

@CurrentBehaviour The CITUS_VERSION is hardcoded in Dockerfiles.

@ExpectedBehaviour The CITUS_VERSION should be passed as an argument from Makefiles-s to Dockerfile-s.

Why the change is needed ? In future, we would like to test various versions of extension being compatible with various psql versions through CI.

CC: @ChakshuGautam