Skip to content

Commit ba9899e

Browse files
committed
Merge pull request #3941 from krancour/fix-component-doc
fix(docs): Correct and clarify description of builder component
2 parents 714a669 + 2772232 commit ba9899e

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

docs/understanding_deis/components.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,17 @@ The builder component uses a `Git`_ server to process
4949
#. Builds a new `Docker` image from the updated git repository
5050
#. Adds the latest :ref:`Config` to the resulting Docker image
5151
#. Pushes the new Docker image to the platform's :ref:`Registry`
52-
#. Creates a new :ref:`Release` on the :ref:`Controller`
52+
#. Triggers a new :ref:`Release` through the :ref:`Controller`
5353

54-
Once a new :ref:`Release` is generated, a new set of containers
55-
is deployed across the platform automatically.
54+
.. note::
55+
56+
The builder component does not incorporate :ref:`Config` directly into the
57+
images it produces. A :ref:`Release` is a pairing of an application image
58+
with application configuration maintained separately in the Deis
59+
:ref:`Database`.
60+
61+
Once a new :ref:`Release` is generated, a new set of containers
62+
is deployed across the platform automatically.
5663

5764
.. _registry:
5865

0 commit comments

Comments
 (0)