This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 21a93a060e Explain the db providers necessity in slim images (#35634)
21a93a060e is described below
commit 21a93a060ec8b32a942351256a1572496c441469
Author: Christophe Lecointe <[email protected]>
AuthorDate: Tue Nov 14 21:01:07 2023 +0100
Explain the db providers necessity in slim images (#35634)
Related to
https://github.com/apache/airflow/issues/35255#issuecomment-1806743084
---
docs/docker-stack/build.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/docker-stack/build.rst b/docs/docker-stack/build.rst
index 95aa7fc5c9..8cfd948979 100644
--- a/docs/docker-stack/build.rst
+++ b/docs/docker-stack/build.rst
@@ -295,6 +295,11 @@ There are two types of images you can extend your image
from:
for AMD64 platform and Postgres for ARM64 platform, but contains no extras
or providers, except
the 4 default providers.
+.. note:: Database clients and database providers in slim images
+ Slim images come with database clients preinstalled for your convenience,
however the default
+ providers included do not include any database provider. You will still
need to manually install
+ any database provider you need
+
.. note:: Differences of slim image vs. regular image.
The slim image is small comparing to regular image (~500 MB vs ~1.1GB) and
you might need to add a