mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-17 13:36:56 +00:00
remvoed ibm db arch (#12158)
This commit is contained in:
parent
048eb6c49d
commit
9cbaf98435
@ -80,7 +80,7 @@ RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]==1.0.0.0.dev0"
|
|||||||
|
|
||||||
# Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593
|
# Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593
|
||||||
RUN echo "Image built for $(uname -m)"
|
RUN echo "Image built for $(uname -m)"
|
||||||
RUN if [[ $(uname -m) == "arm64" || $(uname -m) == "aarch64" ]]; \
|
RUN if [[ $(uname -m) == "arm64" ]]; \
|
||||||
then \
|
then \
|
||||||
pip install "ibm-db-sa~=0.4"; \
|
pip install "ibm-db-sa~=0.4"; \
|
||||||
fi
|
fi
|
||||||
|
@ -85,7 +85,7 @@ RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=1.0.4"
|
|||||||
|
|
||||||
# Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593
|
# Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593
|
||||||
RUN echo "Image built for $(uname -m)"
|
RUN echo "Image built for $(uname -m)"
|
||||||
RUN if [[ $(uname -m) == "arm64" || $(uname -m) == "aarch64" ]]; \
|
RUN if [[ $(uname -m) == "arm64" ]]; \
|
||||||
then \
|
then \
|
||||||
pip install "ibm-db-sa~=0.4"; \
|
pip install "ibm-db-sa~=0.4"; \
|
||||||
fi
|
fi
|
||||||
|
@ -88,7 +88,7 @@ COPY ingestion/operators/docker/*.py .
|
|||||||
|
|
||||||
# Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593
|
# Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593
|
||||||
RUN echo "Image built for $(uname -m)"
|
RUN echo "Image built for $(uname -m)"
|
||||||
RUN if [[ $(uname -m) == "arm64" || $(uname -m) == "aarch64" ]]; \
|
RUN if [[ $(uname -m) == "arm64" ]]; \
|
||||||
then \
|
then \
|
||||||
pip install "ibm-db-sa~=0.4"; \
|
pip install "ibm-db-sa~=0.4"; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user