Skip to content

[Doc] Buildpacks#3199

Merged
balopat merged 1 commit intoGoogleContainerTools:masterfrom
dgageot:more-buildpacks-doc
Nov 7, 2019
Merged

[Doc] Buildpacks#3199
balopat merged 1 commit intoGoogleContainerTools:masterfrom
dgageot:more-buildpacks-doc

Conversation

@dgageot
Copy link
Copy Markdown
Contributor

@dgageot dgageot commented Nov 7, 2019

More documentation.

Signed-off-by: David Gageot david@gageot.net

More documentation.

Signed-off-by: David Gageot <david@gageot.net>
@dgageot dgageot added the docs-modifications runs the docs preview service on the given PR label Nov 7, 2019
@container-tools-bot
Copy link
Copy Markdown

Please visit http://35.236.53.50:1313 to view changes to the docs.

@container-tools-bot container-tools-bot removed the docs-modifications runs the docs preview service on the given PR label Nov 7, 2019
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 7, 2019

Codecov Report

Merging #3199 into master will not change coverage.
The diff coverage is n/a.

@dgageot dgageot added the priority/p0 Highest priority. We are actively looking at delivering it. label Nov 7, 2019
@balopat balopat merged commit f12e9f9 into GoogleContainerTools:master Nov 7, 2019
---

[Buildpacks]((https://buildpacks.io/)) enable building language-based containers from source code, without the need for a Dockerfile.
[Cloud Native Buildpacks](https://buildpacks.io/) enable building language-based
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"language-based" sounds odd.

Suggested change
[Cloud Native Buildpacks](https://buildpacks.io/) enable building language-based
[Cloud Native Buildpacks](https://buildpacks.io/) enable building image

Comment on lines +11 to +13
Skaffold supports building with Buildpacks natively, without installing
additional software. However, Buildpacks require a local Docker daemon
to be used.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker is additional software :-)

Skafold supports building with Cloud Native Buildpacks, a source to image solution that requires only a local Docker installation.

?

Comment on lines +15 to +17
Once all the necessary data is present, Skaffold will build inside a container,
with the local Docker daemon, with ther builder image specified in `builder`,
in the `buildpack` config.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the necessary data? Too many commas.

Skaffold performs the build inside a container using the builder specified in the buildpack config.

To use Buildpacks, add a `buildpack` field to each artifact you specify in the
`artifacts` part of the `build` section. `context` should be a path to
your source.
your sources.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since a buildpack will build a single image, I think singular is better here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes priority/p0 Highest priority. We are actively looking at delivering it. size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants