Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain the db providers necessity in slim images #35634

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/docker-stack/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down