-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(datahub-ingestion): refactor datahub ingestion slim images #8515
Conversation
adjust docker byPath to byName remove duplicate v in dockerClean
set build-arg after prune
365d28d
to
7deee6e
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
a1f13ee
to
337888c
Compare
0650b46
to
516fc20
Compare
smoke-test/tests/cypress/cypress/e2e/mutations/managed_ingestion.js
Outdated
Show resolved
Hide resolved
Fixes a subtle regression from datahub-project#8515.
feat(datahub-ingestion): refactor datahub ingestion slim images (datahub-project#8515)
Revert "feat(datahub-ingestion): refactor datahub ingestion slim images (datahub-project#8515)"
datahub-ingestion
in order to reduce image sizes:base: Includes
base-requirements.txt
python modulesbase full: adds java, oracle client
base slim: no additional components
slim: selected base datahub components only:
full: all datahub components
General Changes
head
image for tests, if no changes todatahub-ingestion-*
datahub-ingestion
module outside of docker (removes jdk build step)datahub-ingestion
workflow into unifieddatahub-ingestion
imagesquickstartSlim
to test running smoke tests on thedatahub-ingestion-slim
imagedatahub-ingestion
imagedatahub-ingestion
to support new env variablesACTIONS_CONFIG
&ACTIONS_EXTRA_PACKAGES
Reduction in image size increases available disk space for the smoke-tests:
Checklist