Skip to content

Commit 15341e9

Browse files
authored
Merge pull request cds-hooks#661 from buildpacks/feat/bump-hugo
Update to latest hugo
2 parents aad817e + 7a7cb2e commit 15341e9

File tree

10 files changed

+459
-107
lines changed

10 files changed

+459
-107
lines changed

content/docs/for-app-developers/concepts/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight=3
99

1010
## Building explained
1111

12-
![build diagram](/docs/for-app-developers/concepts/build.svg)
12+
![build diagram](/images/build.svg)
1313

1414
Each [buildpack] inspects the source code and provides relevant dependencies.
1515
An image is then generated from the app's source code and these dependencies.

content/docs/for-app-developers/concepts/builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The [build-time base image] provides the base environment for the `builder`
1313
(e.g., an Ubuntu Jammy OS image with build tooling) and
1414
a [runtime base image] provides the base environment for the `app image` during runtime.
1515

16-
![builder](/docs/for-app-developers/concepts/builder.svg)
16+
![builder](/images/builder.svg)
1717

1818
Under the hood a builder uses the [lifecycle] to run the `detect` phase for all the `buildpacks` it contains, in order,
1919
and then proceeds to run the `build` phase for all the `buildpacks` that passed detection.

content/docs/for-app-developers/concepts/rebase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ weight=4
1616

1717
By using image layer rebasing, this command avoids the need to fully rebuild the app.
1818

19-
![rebase diagram](/docs/for-app-developers/concepts/rebase.svg)
19+
![rebase diagram](/images/rebase.svg)
2020

2121
At its core, image rebasing is a simple process. By inspecting an app image, `rebase` can determine whether or not a
2222
newer version of the app's base image exists (either locally or in a registry).

themes/buildpacks/static/images/build.svg

Lines changed: 1 addition & 0 deletions
Loading

themes/buildpacks/static/images/builder.svg

Lines changed: 1 addition & 0 deletions
Loading

themes/buildpacks/static/images/how.svg

Lines changed: 1 addition & 0 deletions
Loading

themes/buildpacks/static/images/rebase.svg

Lines changed: 1 addition & 0 deletions
Loading

themes/buildpacks/static/images/what.svg

Lines changed: 1 addition & 0 deletions
Loading

tools/go.mod

Lines changed: 144 additions & 104 deletions
Large diffs are not rendered by default.

tools/go.sum

Lines changed: 307 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)