├── 6 └── DockerFile ├── 7 └── DockerFile ├── LICENSE ├── README.md └── entrypoint.sh /6/DockerFile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andruche/docker-greenplum/HEAD/6/DockerFile -------------------------------------------------------------------------------- /7/DockerFile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andruche/docker-greenplum/HEAD/7/DockerFile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andruche/docker-greenplum/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andruche/docker-greenplum/HEAD/README.md -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andruche/docker-greenplum/HEAD/entrypoint.sh --------------------------------------------------------------------------------