Skip to content

Commit 947a650

Browse files
committed
Updated the tekton documentation to use the new buildpack task (buildpacks#837)
* Updated the tekton documentation to use the new buildpack task supporting the extension. buildpacks#814 Signed-off-by: cmoulliard <[email protected]> * Add additional words to vale dictionary Signed-off-by: cmoulliard <[email protected]> * Extend the documentation to have a chapter covering extension. Add new pipeline parameters Signed-off-by: cmoulliard <[email protected]> * Review the scenario and tested it using ubi8 and jammy builder images Signed-off-by: cmoulliard <[email protected]> * Fix some vale vocabularies Signed-off-by: cmoulliard <[email protected]> * Remove the cache workspace as not used and documented part of task's documentation Signed-off-by: cmoulliard <[email protected]> * Switch the builder image to use: cnbs/sample-builder Signed-off-by: cmoulliard <[email protected]> --------- Signed-off-by: cmoulliard <[email protected]>
1 parent 646a1c2 commit 947a650

File tree

235 files changed

+14895
-7356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+14895
-7356
lines changed

categories/index.html

Lines changed: 45 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
<meta property="twitter:creator" content="@buildpacks_io">
4242

4343
<script
44-
src="https://cdn.jsdelivr.net/combine/npm/axios@0.21.0,npm/jquery@3.5.1,npm/bootstrap@4.5.3,npm/[email protected],npm/[email protected]/replacetext.min.js"></script>
44+
src="https://cdn.jsdelivr.net/combine/npm/axios@1.7.9,npm/jquery@3.7.1,npm/bootstrap@5.3.3,npm/[email protected],npm/[email protected]/replacetext.min.js"></script>
4545

4646

4747
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"
4848
crossorigin="anonymous">
4949
<link rel="stylesheet"
50-
href="https://cdn.jsdelivr.net/combine/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css,npm/[email protected]/main.min.css"
50+
href="https://cdn.jsdelivr.net/combine/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css,npm/[email protected]/main.min.css"
5151
crossorigin="anonymous">
5252
<link href="https://fonts.googleapis.com/css?family=Fira+Mono|Source+Sans+Pro:400,400i,600" rel="stylesheet">
5353

@@ -113,33 +113,39 @@
113113
<ul class="navbar-nav">
114114

115115

116+
117+
<li class="nav-item ms-lg-4 text-center text-lg-left ">
118+
<a class="nav-link py-2 py-lg-0 px-1"
119+
href="/features">
120+
Features
121+
</a>
122+
</li>
116123

117-
<li class="nav-item mr-lg-4 text-center text-lg-left ">
118-
<a class="nav-link py-2 py-lg-0 px-1" href="/features">
119-
Features
120-
</a>
121-
</li>
122-
123-
124-
<li class="nav-item mr-lg-4 text-center text-lg-left ">
125-
<a class="nav-link py-2 py-lg-0 px-1" href="/community">
126-
Community
127-
</a>
128-
</li>
129-
124+
125+
<li class="nav-item ms-lg-4 text-center text-lg-left ">
126+
<a class="nav-link py-2 py-lg-0 px-1"
127+
href="/community">
128+
Community
129+
</a>
130+
</li>
130131

131-
<li class="nav-item mr-lg-4 text-center text-lg-left ">
132-
<a class="nav-link py-2 py-lg-0 px-1" target='_blank' href="https://medium.com/buildpacks">
133-
Blog
134-
</a>
135-
</li>
132+
133+
<li class="nav-item ms-lg-4 text-center text-lg-left ">
134+
<a class="nav-link py-2 py-lg-0 px-1" target='_blank'
135+
href="https://medium.com/buildpacks">
136+
Blog
137+
</a>
138+
</li>
136139

140+
141+
<li class="nav-item ms-lg-4 text-center text-lg-left ">
142+
<a class="nav-link py-2 py-lg-0 px-1" target='_blank'
143+
href="https://registry.buildpacks.io/">
144+
Registry
145+
</a>
146+
</li>
137147

138-
<li class="nav-item mr-lg-4 text-center text-lg-left ">
139-
<a class="nav-link py-2 py-lg-0 px-1" target='_blank' href="https://registry.buildpacks.io/">
140-
Registry
141-
</a>
142-
</li>
148+
143149

144150
<li class="nav-item text-center d-lg-none">
145151
<a class="nav-link py-2 px-1" href="/docs">Docs</a>
@@ -149,9 +155,11 @@
149155
</li>
150156
</ul>
151157

152-
<a class="button-light mr-3 d-none d-lg-block" href="/docs"><i class="far fa-file-alt mr-2"></i>Docs</a>
153-
<a class="github-button icon-button bg-blue button d-none d-lg-flex" href="https://github.com/buildpacks">GitHub</a>
154-
</div>
158+
<a class="button-light ms-3 d-none d-lg-block" href="/docs">
159+
<i class="far fa-file-alt me-2"></i>Docs
160+
</a>
161+
<a class="github-button ms-3 icon-button bg-blue button d-none d-lg-flex" href="https://github.com/buildpacks">GitHub</a>
162+
</div>
155163
</nav>
156164
</header>
157165

@@ -220,6 +228,9 @@
220228
</li>
221229
<li data-nav-id="/docs/for-app-developers/concepts/reproducibility/" class="dd-item depth-2 collapse">
222230
<a href="/docs/for-app-developers/concepts/reproducibility/">What is build reproducibility?</a>
231+
</li>
232+
<li data-nav-id="/docs/for-app-developers/concepts/experimental-features/" class="dd-item depth-2 collapse">
233+
<a href="/docs/for-app-developers/concepts/experimental-features/">What are experimental features?</a>
223234
</li>
224235
</ul>
225236
</li>
@@ -348,6 +359,9 @@
348359
</li>
349360
</ul>
350361
</li>
362+
<li data-nav-id="/docs/for-platform-operators/concepts/base-images/" class="dd-item depth-2 collapse">
363+
<a href="/docs/for-platform-operators/concepts/base-images/">Base image types</a>
364+
</li>
351365
<li data-nav-id="/docs/for-platform-operators/concepts/composite-buildpack/" class="dd-item depth-2 collapse">
352366
<a href="/docs/for-platform-operators/concepts/composite-buildpack/">What is a composite buildpack?</a>
353367
</li>
@@ -597,6 +611,9 @@
597611
<li data-nav-id="/docs/for-platform-operators/how-to/build-inputs/declare-source-metadata/" class="dd-item depth-3 collapse">
598612
<a href="/docs/for-platform-operators/how-to/build-inputs/declare-source-metadata/">Declare source metadata</a>
599613
</li>
614+
<li data-nav-id="/docs/for-platform-operators/how-to/build-inputs/build-env/" class="dd-item depth-3 collapse">
615+
<a href="/docs/for-platform-operators/how-to/build-inputs/build-env/">Specify the build time environment variables</a>
616+
</li>
600617
<li data-nav-id="/docs/for-platform-operators/how-to/build-inputs/stack/" class="dd-item depth-3 collapse">
601618
<a href="/docs/for-platform-operators/how-to/build-inputs/stack/">Create a stack (deprecated)</a>
602619
</li>

community/index.html

Lines changed: 61 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
<meta property="twitter:creator" content="@buildpacks_io">
4242

4343
<script
44-
src="https://cdn.jsdelivr.net/combine/npm/axios@0.21.0,npm/jquery@3.5.1,npm/bootstrap@4.5.3,npm/[email protected],npm/[email protected]/replacetext.min.js"></script>
44+
src="https://cdn.jsdelivr.net/combine/npm/axios@1.7.9,npm/jquery@3.7.1,npm/bootstrap@5.3.3,npm/[email protected],npm/[email protected]/replacetext.min.js"></script>
4545

4646

4747
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"
4848
crossorigin="anonymous">
4949
<link rel="stylesheet"
50-
href="https://cdn.jsdelivr.net/combine/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css,npm/[email protected]/main.min.css"
50+
href="https://cdn.jsdelivr.net/combine/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css,npm/[email protected]/main.min.css"
5151
crossorigin="anonymous">
5252
<link href="https://fonts.googleapis.com/css?family=Fira+Mono|Source+Sans+Pro:400,400i,600" rel="stylesheet">
5353

@@ -113,33 +113,39 @@
113113
<ul class="navbar-nav">
114114

115115

116+
117+
<li class="nav-item ms-lg-4 text-center text-lg-left ">
118+
<a class="nav-link py-2 py-lg-0 px-1"
119+
href="/features">
120+
Features
121+
</a>
122+
</li>
116123

117-
<li class="nav-item mr-lg-4 text-center text-lg-left ">
118-
<a class="nav-link py-2 py-lg-0 px-1" href="/features">
119-
Features
120-
</a>
121-
</li>
122-
124+
125+
<li class="nav-item ms-lg-4 text-center text-lg-left ">
126+
<a class="nav-link py-2 py-lg-0 px-1"
127+
href="/community">
128+
Community
129+
</a>
130+
</li>
123131

124-
<li class="nav-item mr-lg-4 text-center text-lg-left ">
125-
<a class="nav-link py-2 py-lg-0 px-1" href="/community">
126-
Community
127-
</a>
128-
</li>
132+
133+
<li class="nav-item ms-lg-4 text-center text-lg-left ">
134+
<a class="nav-link py-2 py-lg-0 px-1" target='_blank'
135+
href="https://medium.com/buildpacks">
136+
Blog
137+
</a>
138+
</li>
129139

140+
141+
<li class="nav-item ms-lg-4 text-center text-lg-left ">
142+
<a class="nav-link py-2 py-lg-0 px-1" target='_blank'
143+
href="https://registry.buildpacks.io/">
144+
Registry
145+
</a>
146+
</li>
130147

131-
<li class="nav-item mr-lg-4 text-center text-lg-left ">
132-
<a class="nav-link py-2 py-lg-0 px-1" target='_blank' href="https://medium.com/buildpacks">
133-
Blog
134-
</a>
135-
</li>
136-
137-
138-
<li class="nav-item mr-lg-4 text-center text-lg-left ">
139-
<a class="nav-link py-2 py-lg-0 px-1" target='_blank' href="https://registry.buildpacks.io/">
140-
Registry
141-
</a>
142-
</li>
148+
143149

144150
<li class="nav-item text-center d-lg-none">
145151
<a class="nav-link py-2 px-1" href="/docs">Docs</a>
@@ -149,9 +155,11 @@
149155
</li>
150156
</ul>
151157

152-
<a class="button-light mr-3 d-none d-lg-block" href="/docs"><i class="far fa-file-alt mr-2"></i>Docs</a>
153-
<a class="github-button icon-button bg-blue button d-none d-lg-flex" href="https://github.com/buildpacks">GitHub</a>
154-
</div>
158+
<a class="button-light ms-3 d-none d-lg-block" href="/docs">
159+
<i class="far fa-file-alt me-2"></i>Docs
160+
</a>
161+
<a class="github-button ms-3 icon-button bg-blue button d-none d-lg-flex" href="https://github.com/buildpacks">GitHub</a>
162+
</div>
155163
</nav>
156164
</header>
157165

@@ -353,34 +361,33 @@ <h4 id="how-can-i-start-contributing">How can I start contributing?</h4>
353361
<p>If you run into issues or unexpected behaviour, that&rsquo;s probably the best place to start adding your first contribution.</p>
354362
<p>If you didn&rsquo;t find anything you&rsquo;d like to improve while going through the tutorials you can browse the repositories below (some of those repositories may even have <a href="https://github.com/search?q=org%3Abuildpacks+label%3A%22good+first+issue%22+state%3Aopen&amp;type=Issues">&ldquo;good first issues&rdquo;</a>):</p>
355363
<table>
356-
<thead>
357-
<tr>
358-
<th>Component</th>
359-
<th>Tech Stack</th>
360-
<th>Description</th>
361-
</tr>
362-
</thead>
363-
<tbody>
364-
<tr>
365-
<td><a href="https://github.com/buildpacks/pack"><code>pack</code></a></td>
366-
<td>Go, Docker</td>
367-
<td>CLI providing build and utility functions to end-users.</td>
368-
</tr>
369-
<tr>
370-
<td><a href="https://github.com/buildpacks/lifecycle"><code>lifecycle</code></a></td>
371-
<td>Go, Docker</td>
372-
<td>Executables that implement the main <a href="/docs/reference/spec/">specifications</a> and are used by <a href="/docs/for-app-developers/concepts/platform/">platforms</a> such as <code>pack</code>.</td>
373-
</tr>
374-
<tr>
375-
<td><a href="https://github.com/buildpacks/docs"><code>docs</code></a></td>
376-
<td>Hugo, HTML, JavaScript</td>
377-
<td>Main website and documentation.</td>
378-
</tr>
379-
</tbody>
364+
<thead>
365+
<tr>
366+
<th>Component</th>
367+
<th>Tech Stack</th>
368+
<th>Description</th>
369+
</tr>
370+
</thead>
371+
<tbody>
372+
<tr>
373+
<td><a href="https://github.com/buildpacks/pack"><code>pack</code></a></td>
374+
<td>Go, Docker</td>
375+
<td>CLI providing build and utility functions to end-users.</td>
376+
</tr>
377+
<tr>
378+
<td><a href="https://github.com/buildpacks/lifecycle"><code>lifecycle</code></a></td>
379+
<td>Go, Docker</td>
380+
<td>Executables that implement the main <a href="/docs/reference/spec/">specifications</a> and are used by <a href="/docs/for-app-developers/concepts/platform/">platforms</a> such as <code>pack</code>.</td>
381+
</tr>
382+
<tr>
383+
<td><a href="https://github.com/buildpacks/docs"><code>docs</code></a></td>
384+
<td>Hugo, HTML, JavaScript</td>
385+
<td>Main website and documentation.</td>
386+
</tr>
387+
</tbody>
380388
</table>
381389
<blockquote>
382-
<p>Depending our your depth of understanding or desires some components may be more ideal than others.</p>
383-
</blockquote>
390+
<p>Depending our your depth of understanding or desires some components may be more ideal than others.</p></blockquote>
384391
<h4 id="what-type-of-contributions-can-i-make">What type of contributions can I make?</h4>
385392
<p>Buildpacks welcomes all types of contributions, not just those related to code. We value any help that you can provide, and are more than happy to guide you through the process.</p>
386393

0 commit comments

Comments
 (0)