mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-13 08:37:03 +00:00
parent
c863fd9d90
commit
e4914cfae4
@ -1,7 +1,7 @@
|
|||||||
FROM python:3.9-slim as base
|
FROM python:3.9-slim as base
|
||||||
ENV AIRFLOW_HOME=/airflow
|
ENV AIRFLOW_HOME=/airflow
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y gcc libsasl2-dev curl build-essential libssl-dev libffi-dev librdkafka-dev unixodbc-dev python3.9-dev libevent-dev wget --no-install-recommends && \
|
apt-get install -y gcc libsasl2-modules libsasl2-dev curl build-essential libssl-dev libffi-dev librdkafka-dev unixodbc-dev python3.9-dev libevent-dev wget --no-install-recommends && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
# RUN wget https://github.com/open-metadata/openmetadata-airflow-apis/releases/download/0.1/openmetadata-airflow-apis-plugin.tar.gz
|
# RUN wget https://github.com/open-metadata/openmetadata-airflow-apis/releases/download/0.1/openmetadata-airflow-apis-plugin.tar.gz
|
||||||
# RUN tar zxvf openmetadata-airflow-apis-plugin.tar.gz
|
# RUN tar zxvf openmetadata-airflow-apis-plugin.tar.gz
|
||||||
@ -28,6 +28,7 @@ COPY ingestion /ingestion
|
|||||||
|
|
||||||
RUN pip install ".[all]"
|
RUN pip install ".[all]"
|
||||||
|
|
||||||
|
|
||||||
RUN airflow db init
|
RUN airflow db init
|
||||||
RUN cp -r /ingestion/examples/airflow/airflow.cfg /airflow/airflow.cfg
|
RUN cp -r /ingestion/examples/airflow/airflow.cfg /airflow/airflow.cfg
|
||||||
RUN cp -r /om-airflow/plugins /airflow/plugins
|
RUN cp -r /om-airflow/plugins /airflow/plugins
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user