dhi.io/datahub-upgrade
Run-to-completion batch container that applies DataHub schema migrations, rebuilds Elasticsearch indices, and emits upgrade readiness signals before the rest of the DataHub stack starts.
pushed 10 hours ago
linux/amd64, linux/arm64
804.44 MB
for linux/amd64
1122
for linux/amd64
Active support
kubectl, java
Build Level 3
Tamper-evident proof of how and from what sources this image was built. Build Level 3 is the highest the SLSA build track defines.
CycloneDX SBOM + SPDX SBOM
A software bill of materials in both CycloneDX and SPDX formats so it drops straight into your existing tooling. Audit exactly what you're shipping.
A Vulnerability Exploitability exchange document, Docker's assessment of which CVEs actually affect this image and which don't apply, so you can focus on real risk instead of chasing false positives.
Available
A link to everything used to build the image, package source code, Git repos, and build files, so you can audit or reproduce the build and stay compliant with open source licenses.
Every known vulnerability in this image, shown in full rather than hidden. The VEX data flags which ones actually apply, so you can tell real exposure from noise before you ship.
Exactly what changed in this build, down to the package bumps and fixes behind the version you're pulling.
Verifies no keys, tokens, or credentials were accidentally baked into the image.
The image layers were scanned for known malware signatures before publishing.
DataHub is an open-source metadata platform for the modern data stack, designed to enable data discovery, observability, and governance across complex data ecosystems. Originally developed at LinkedIn and now maintained as a community project under the LF AI & Data Foundation with Acryl Data as the primary commercial backer, DataHub provides a unified catalog for tracking data assets, lineage, and ownership. For more information, visit https://datahub.com.
The datahub-upgrade component is a run-to-completion batch container that performs system upgrades, index rebuilds,
and maintenance jobs against a running DataHub deployment. It is designed to be executed as a Kubernetes pre-install or
pre-upgrade hook so that schemas, indices, and configuration are fully migrated before the rest of the DataHub stack
(GMS, frontend, and consumers) starts the new version.
Pass the job name with the -u flag to the container entrypoint (for example, -u SystemUpdate):
DataHubUpgradeHistory_v1. All other DataHub services wait for this signal before serving traffic. This is the
standard job to run during a version upgrade.batchSize, batchDelayMs, numThreads, aspectName, urn, urnLike, and
urnBasedPagination.BACKUP_READER and
BACKUP_FILE_PATH environment variables to be set.Full job reference: https://docs.datahub.com
In addition to the datahub-upgrade.jar Spring Boot application (Java 21), the image ships:
kubectl — Kubernetes CLI, used by some upgrade jobs that perform Kubernetes-side operations during migration./datahub/datahub-upgrade/lib/opentelemetry-javaagent.jar. Activated by
setting ENABLE_OTEL=true at runtime./datahub/datahub-upgrade/lib/jmx_prometheus_javaagent.jar. Activated by
setting ENABLE_PROMETHEUS=true at runtime; binds to port 4318 when enabled.entity-registry.yml placed at /datahub/datahub-gms/resources/entity-registry.yml as required
by the DataHub JAR at startup.This image is available in runtime, dev, and FIPS variants:
dhi.io/datahub-upgrade:<tag>) — minimal production image running as the non-root datahub user (UID
65532). No shell or package manager included.dhi.io/datahub-upgrade:<tag>-dev) — includes a shell and package manager for development and debugging
workflows. Runs as root.dhi.io/datahub-upgrade:<tag>-fips) — wires BouncyCastle FIPS into the JVM as the JCE provider via
JDK_JAVA_OPTIONS=@/datahub/datahub-upgrade/scripts/datahub-fips.properties, so all Java TLS and JCE operations use
FIPS 140-validated cryptography. The environment variable DATAHUB_FIPS=true is set in this variant.dhi.io/datahub-upgrade:<tag>-fips-dev) — combines the FIPS cryptographic configuration with the dev
tooling.Docker Hardened Images are built to meet the highest security and compliance standards. They provide a trusted foundation for containerized workloads by incorporating security best practices from the start.
These images are published with zero-known CVEs, include signed provenance, and come with a complete Software Bill of Materials (SBOM) and VEX metadata. They're designed to secure your software supply chain while fitting seamlessly into existing Docker workflows.
DataHub™ is a trademark of the DataHub Project (https://github.com/datahub-project), maintained by Acryl Data, Inc. All rights in the mark are reserved to their respective owners. Any use by Docker is for referential purposes only and does not indicate sponsorship, endorsement, or affiliation.