datahub/docker/datahub-frontend
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 Frontend Docker Image

datahub-frontend docker

Refer to DataHub Frontend Service to have a quick understanding of the architecture and responsibility of this service for the DataHub.

Checking out DataHub UI

After starting your Docker container, you can connect to it by typing below into your favorite web browser:

If using React app:

http://localhost:9002

You can sign in with datahub as username and password.

Build instructions

If you want to build the datahub-frontend Docker image yourself, you can run this command from the root directory of the DataHub repository you have locally (using Buildkit):

DOCKER_BUILDKIT=1 docker build -t your_datahub_frontend -f ./docker/datahub-frontend/Dockerfile .

Please note the final . and that the tag your_datahub_frontend is determined by you.