Logo
Explore Help
Register Sign In
yujunjun/OpenMetadata
1
0
Fork 0
You've already forked OpenMetadata
mirror of https://github.com/open-metadata/OpenMetadata.git synced 2025-07-25 02:04:39 +00:00
Code Issues Packages Projects Releases Wiki Activity
OpenMetadata/ingestion/connectors/Dockerfile-base

17 lines
400 B
Plaintext
Raw Normal View History

[issue-1698] - Airflow DockerOperator setup (#1730) * Fix typo * Clean setup * Update ingestion local image to be barebone on connector dependencies * Prepare ingestion connectors base image * Add system dependencies * Prepare docker CLI * Add docker provider * Prepare entrypoint for the image * Remove DBT pipeline as per Issue 1658 * Add TODO for ingestion build * Bind docker socket * Update comment * Update README * Use DockerOperator in sample data * Build images with latest tag * Prepare symlink to pass the volume to the DockerOperator * Update README * Prepare Base image for CI * COPY multiple files into dir * COPY multiple files into dir * Remove DBT source as is now part of table ingestion * Build docker base in run_local_docker
2021-12-18 16:41:38 +01:00
FROM python:3.9-slim
MAINTAINER OpenMetadata Committers
WORKDIR /ingestion
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 && \
rm -rf /var/lib/apt/lists/*
COPY src/ src/
COPY setup.* ./
COPY README.md .
COPY connectors/main.py .
RUN pip install .
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1463ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API