Conversation
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Co-authored-by: Aidan Delaney <adelaney21@bloomberg.net> Co-authored-by: Terence Lee <hone02@gmail.com> Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
|
Apologies for yet another PR - I pointed a few people toward the old one, and didn't want to change it too drastically. I believe I've addressed all the TODOs that were there previously - at this point, the only thing that should block a merge is actually releasing the needed components (now marked FIXME). |
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
|
@buildpacks/learning-maintainers this should be good to go now (removed references to pack and samples branches) |
content/docs/extension-author-guide/create-extension/build-dockerfile.md
Outdated
Show resolved
Hide resolved
content/docs/extension-author-guide/create-extension/build-dockerfile.md
Show resolved
Hide resolved
Signed-off-by: Natalie Arellano <narellano@vmware.com>
joe-kimmel-vmw
left a comment
There was a problem hiding this comment.
Thanks @natalieparellano - this tutorial really helped me understand the run and build extensions! I left you an embarrassingly long list of notes - one for each time i had at least a little confusion :) Please feel free to pick and choose whether / which to address, and don't let me slow down you publishing this content!
content/docs/extension-author-guide/create-extension/why-dockerfiles.md
Outdated
Show resolved
Hide resolved
content/docs/extension-author-guide/create-extension/why-dockerfiles.md
Outdated
Show resolved
Hide resolved
content/docs/extension-author-guide/create-extension/why-dockerfiles.md
Outdated
Show resolved
Hide resolved
content/docs/extension-author-guide/create-extension/build-dockerfile.md
Outdated
Show resolved
Hide resolved
content/docs/extension-author-guide/create-extension/building-blocks-extension.md
Outdated
Show resolved
Hide resolved
|
|
||
| #### generate | ||
|
|
||
| `cat $workspace/samples/extensions/curl/bin/generate` - the extension generates a `run.Dockerfile` that switches the run image to |
There was a problem hiding this comment.
it's not obvious to me why it's important that this is in a script? is the point that we used to have a different dockerfile? in the next step we do have a pre-made dockerfile, right?
There was a problem hiding this comment.
Actually static Dockerfiles are a thing! This will be documented as part of #530
content/docs/extension-author-guide/create-extension/run-dockerfile.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
f5fbda7 to
56159d9
Compare
Signed-off-by: Natalie Arellano <narellano@vmware.com>
56159d9 to
fcdb0ae
Compare
Signed-off-by: Natalie Arellano <narellano@vmware.com>
|
@buildpacks/learning-maintainers I think this is ready for another look |
AidanDelaney
left a comment
There was a problem hiding this comment.
This is fantastic. I've left a small number of nitpick comments. Please either accept or reject and we can land this early next week. It's a great doc.
content/docs/extension-author-guide/create-extension/why-dockerfiles.md
Outdated
Show resolved
Hide resolved
content/docs/extension-author-guide/create-extension/setup-local-environment.md
Outdated
Show resolved
Hide resolved
content/docs/extension-author-guide/create-extension/build-dockerfile.md
Outdated
Show resolved
Hide resolved
content/docs/extension-author-guide/create-extension/run-dockerfile.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
|
Should we merge this one? |
Docs for Dockerfiles
Also includes migration guides for platform 0.10 and buildpack 0.9
Supersedes #526