├── 1.4 ├── Dockerfile └── entrypoint.sh ├── 2.0 ├── Dockerfile └── entrypoint.sh ├── 2.1 ├── Dockerfile └── entrypoint.sh ├── 2.2 ├── Dockerfile └── entrypoint.sh ├── 2.3 ├── Dockerfile └── entrypoint.sh ├── 2.4 ├── Dockerfile └── entrypoint.sh ├── 2.5 ├── Dockerfile └── entrypoint.sh └── README.md /1.4/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/1.4/Dockerfile -------------------------------------------------------------------------------- /1.4/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/1.4/entrypoint.sh -------------------------------------------------------------------------------- /2.0/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/2.0/Dockerfile -------------------------------------------------------------------------------- /2.0/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/2.0/entrypoint.sh -------------------------------------------------------------------------------- /2.1/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/2.1/Dockerfile -------------------------------------------------------------------------------- /2.1/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/2.1/entrypoint.sh -------------------------------------------------------------------------------- /2.2/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/2.2/Dockerfile -------------------------------------------------------------------------------- /2.2/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/2.2/entrypoint.sh -------------------------------------------------------------------------------- /2.3/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/2.3/Dockerfile -------------------------------------------------------------------------------- /2.3/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/2.3/entrypoint.sh -------------------------------------------------------------------------------- /2.4/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/2.4/Dockerfile -------------------------------------------------------------------------------- /2.4/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/2.4/entrypoint.sh -------------------------------------------------------------------------------- /2.5/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/2.5/Dockerfile -------------------------------------------------------------------------------- /2.5/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/2.5/entrypoint.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/severalnines/proxysql-docker/HEAD/README.md --------------------------------------------------------------------------------