-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[docs] add docs for buildpacks #3198
Conversation
Error creating deployment, please see controller logs for details. |
1 similar comment
Error creating deployment, please see controller logs for details. |
Error creating deployment, please see controller logs for details. |
Please visit http://35.236.70.48:1313 to view changes to the docs. |
Error creating deployment, please see controller logs for details. |
to a container in a docker daemon. These get unmounted once the build process is finished. | ||
|
||
Once all the necessary data is present, Skaffold will run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we don't need to talk about the lifecycle at all. It's the buildpacks specs, not really something interesting for end users. Or is it?
|
||
Once all the necessary data is present, Skaffold wil build inside a container in a docker daemon | ||
with image specified in `builderImage` in the `buildpack` config. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
specified in builder
|
||
Skaffold buildpacks support, builds the image inside local docker daemon. | ||
It mounts the source dependencies and local artifact cache if caching is enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It always mounts the cache (for now)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to merge this PR and push a follow up PR to fix the last details.
Fixes #2904
Initial docs for buildpacks