16 Commits

Author SHA1 Message Date
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
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
Arun Vasudevan
55e17e64ef Minor Documentation Fixes 2020-01-10 15:48:46 -08:00
Kerem Sahin
165d4aef95 Documentation update part-1 2019-12-18 18:57:18 -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
6716e38279 Update documentation 2019-09-09 01:45:49 -07:00
Kerem Sahin
0dc5bd9fe0 Add documentation 2019-09-08 20:25:58 -07:00
Kerem Sahin
7cbd728bd3 No need to use wait-for-it for datahub-frontend Docker container 2019-09-04 20:30:37 -07:00
Kerem Sahin
4eaf86c0dd Rename environment variables for datahub-frontend 2019-09-04 20:29:36 -07:00
Kerem Sahin
140dfaf990 Fix docker build for datahub-frontend by adding JAVA_OPTS environment variable 2019-09-03 10:38:13 -07:00
Kerem Sahin
ecb8486f4f Fix docker compose for datahub-frontend by initializing required environment variables 2019-09-03 03:02:23 -07:00
Kerem Sahin
a10f59be45 Fix docker build for datahub-frontend by adding command line arguments to run command 2019-09-03 03:01:21 -07:00
Kerem Sahin
5827401c25 Fix docker build for datahub-frontend by adding chrome install before build 2019-09-03 00:46:12 -07:00
Kerem Sahin
e07c397b82 Add docker compose for datahub-frontend 2019-09-02 23:21:37 -07:00
Kerem Sahin
d00edf1f79 Add docker build file for datahub-frontend 2019-09-02 23:21:01 -07:00