You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The builder component does not incorporate [Config][] directly into the images it produces. A [Release][] is a pairing of an application image with application configuration maintained separately in the Deis [Database][]. Once a new [Release][] is generated, a new set of containers is deployed across the platform automatically.
61
+
For Applications which contain a `Dockerfile` in the root of the repository,
62
+
`builder` will instead launch the `dockerbuilder` to package your application.
63
+
Instead of generating a slug, `dockerbuilder` generates a Docker image (using
64
+
the underlying Docker engine). The completed image is pushed to the managed
65
+
Docker registry on cluster. For more information see [using Dockerfiles][using-dockerfiles].
48
66
49
67
## Object Storage
50
68
@@ -96,3 +114,5 @@ The router component uses [Nginx][] to route traffic to application containers.
0 commit comments