Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768153
D3283.id8452.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3283.id8452.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,9 +1,32 @@
+# -------------------------------------------------------------
+# Nasqueron - Airflow Docker image for Nasqueron Datasources
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# License: BSD-2-Clause
+# -------------------------------------------------------------
+
+# -------------------------------------------------------------
+# Datasources image
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+FROM nasqueron/datasources AS datasources
+
+# -------------------------------------------------------------
+# Release phase
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
FROM apache/airflow:2.8.0-python3.11
USER root
COPY files/nasqueron-vault-ca.crt /usr/local/share/ca-certificates/nasqueron-vault-ca.crt
RUN /usr/sbin/update-ca-certificates
+RUN apt update && \
+ apt install -y unzip libpq5 && \
+ rm -r /var/lib/apt/lists/*
+
+COPY --from=datasources /usr/local/bin/fantoir-datasource /usr/local/bin/
+
USER airflow
RUN pip install 'apache-airflow[sentry]'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 06:51 (11 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259009
Default Alt Text
D3283.id8452.diff (1 KB)
Attached To
Mode
D3283: Inject fantoir-datasource in Airflow image
Attached
Detach File
Event Timeline
Log In to Comment