fix(docker): use debug tag in local dev images (#2658)

This commit is contained in:
Harshal Sheth 2021-06-04 18:12:26 -07:00 committed by GitHub
parent e73c6525e9
commit 051fa253d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ version: '3.8'
services:
# Pre-creates the search indices using local mapping/settings.json
elasticsearch-setup:
image: elasticsearch-setup:debug
image: linkedin/datahub-elasticsearch-setup:debug
build:
context: elasticsearch-setup
dockerfile: Dockerfile
@ -22,6 +22,14 @@ services:
- ./elasticsearch-setup/create-indices.sh:/create-indices.sh
- ../gms/impl/src/main/resources/index/:/index
kafka-setup:
image: linkedin/datahub-kafka-setup:debug
build:
context: kafka-setup
dockerfile: Dockerfile
args:
APP_ENV: dev
datahub-gms:
image: linkedin/datahub-gms:debug
build: