Mars Lan
00d89115b2
feat(gms): add postgres & mariadb supports to GMS ( #1742 )
...
* feat(gms): add postgres & mariadb supports to GMS
Also add corresponding docker-compose files
* Update README.md
2020-07-22 19:39:58 -07:00
Mars Lan
4f221f9a12
build(docker): refactor docker build scripts ( #1687 )
...
* build(docker): refactor docker build scripts
- add "build" option to docker-compose files to simplify rebuilding of images
- create "start.sh" script so it's easier to override "command" in the quickstart's docker-compose file
- use dockerize to wait for requisite services to start up
- add a dedicated Dockerfile for kafka-setup
This fixes https://github.com/linkedin/datahub/issues/1549 & https://github.com/linkedin/datahub/issues/1550
2020-06-08 13:37:14 -07:00
Mars Lan
920a1774dc
docs: points to docker images hosted by linkedin org ( #1683 )
...
As we're now utilize GitHub Actions to build & publish docker images to docker hub under linkedin org
Also allow overriding image tags via DATAHUB_VERSION environment variable
2020-06-01 09:36:51 -07:00
Mars Lan
505c8c03ca
build: further clean up gms Dockerfile
2020-05-29 16:14:46 -07:00
Mars Lan
e812dd7a16
build: clean up gms Dockerfile
2020-05-29 16:06:15 -07:00
Kerem Sahin
a28f4db5e0
fix(Docker): Fixing 'dockerize not found' issue while starting datahub-gms container using quickstart ( #1631 )
2020-04-04 13:34:28 -07:00
Bharat
51c0a5c6fe
fix: Reduce gms & frontend docker image sizes ( #1630 )
...
* fix: Reduce gms docker image size to 254MB from 1.15GB
* fix: Reduce frontend docker image size to 294MB from 2.68GB
2020-04-04 07:51:29 -07:00
Kerem Sahin
6ab2ab6f78
build(mysql): Change mysql dependency from latest to 5.7
2020-03-22 15:52:31 -07:00
Kerem Sahin
73173a6a29
Change mysql data source URL to suppress server identity verification warning
2020-02-06 17:36:56 -08:00
Kerem Sahin
165d4aef95
Documentation update part-1
2019-12-18 18:57:18 -08:00
Kerem Sahin
8c0e5a2eb0
Use graph to get downstream dataset relationships instead of search index
2019-11-27 00:51:28 -08:00
Kerem Sahin
bae624eaf3
Move init commands out of Dockerfile and put it inside docker-compose.yml and increase timeout for datahub-gms to 240s
2019-11-12 19:13:56 -08:00
Kerem Sahin
1bf0ff72b4
Doc update: adding docker-compose pull before up to always get the latest version of images
2019-09-10 17:51:17 -07:00
Kerem Sahin
0dc5bd9fe0
Add documentation
2019-09-08 20:25:58 -07:00
Kerem Sahin
6b230872a4
Fix dockerbuild & docker-compose for datahub-gms and start using Dockerize instead of wait-for-it for orchestration
2019-09-04 20:27:11 -07:00
Kerem Sahin
7fd197657b
Pass updated environment variables to datahub-gms docker container
2019-09-03 12:56:20 -07:00
Kerem Sahin
09eec752c0
Make datahub-gms docker container wait for Elasticserch & Kafka broker containers
2019-09-03 12:55:28 -07:00
Kerem Sahin
121af11ad2
Fix GMS docker compose file by removing dependencies
2019-09-02 18:35:32 -07:00
Kerem Sahin
bf3de63a03
Remove src folder after build for GMS docker build to optimize docker image size
2019-09-02 18:34:47 -07:00
Kerem Sahin
9eca052eb9
Fix GMS docker build file to be able to deploy to Docker Hub
2019-09-02 17:55:24 -07:00
Kerem Sahin
3f4048e2a7
Add docker compose for GMS and update other docker compose files
2019-09-02 16:44:34 -07:00
Kerem Sahin
f6354d94c9
Add docker build file for GMS and setup GMS as reading its configuration from environment variables rather than a config file
2019-09-02 16:43:10 -07:00