datahub/docker/datahub-ingestion
Esteban Gutierrez 8a17ba14d6
fix(): Fixes multiple minor security vulnerabilities (#13222)
bug(snappy): Make sure right snappy version is installed
fix(docker): update Dockerize to version v0.9.3
fix(gms): fixes dgraph4j netty deps
fix(docker): remove SGID on /home/datahub and /home/datahub-integration
fix(datahub-actions): bump setuptools and wheel version
fix(docker): update c-ares version
fix(docker): datahub-actions addendum
2025-04-21 16:39:26 -05:00
..

DataHub Metadata Ingestion Docker Image

datahub-ingestion docker

Refer to the metadata ingestion framework to understand the architecture and responsibilities of this service.

Slim vs Full Image Build

There are two versions of this image. One includes pyspark and Oracle dependencies and is larger due to the java dependencies.

Running the standard build results in the slim image without pyspark being generated by default. In order to build the full image with pyspark use the following project property -PdockerTarget=full.