Skip to content

Commit

Permalink
fix(htrace): remove htrace jar (#7126)
Browse files Browse the repository at this point in the history
  • Loading branch information
szalai1 authored Jan 25, 2023
1 parent 0cfbec7 commit 732c837
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/datahub-ingestion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ RUN cd /datahub-ingestion && \
sed -i.bak "s/__version__ = \"0.0.0.dev0\"/__version__ = \"$RELEASE_VERSION\"/" src/datahub/__init__.py && \
cat src/datahub/__init__.py && \
pip install ".[all]" && \
pip freeze
pip freeze && \
# This is required to fix security vulnerability in htrace-core4
rm -f /usr/local/lib/python3.10/site-packages/pyspark/jars/htrace-core4-4.1.0-incubating.jar

FROM base as dev-install
# Dummy stage for development. Assumes code is built on your machine and mounted to this image.
Expand Down

0 comments on commit 732c837

Please sign in to comment.