Skip to content

Commit

Permalink
Merge pull request #661 from buildpacks/feat/bump-hugo
Browse files Browse the repository at this point in the history
Update to latest hugo
  • Loading branch information
AidanDelaney authored Feb 27, 2024
2 parents aad817e + 7a7cb2e commit 15341e9
Show file tree
Hide file tree
Showing 10 changed files with 459 additions and 107 deletions.
2 changes: 1 addition & 1 deletion content/docs/for-app-developers/concepts/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight=3

## Building explained

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

Each [buildpack] inspects the source code and provides relevant dependencies.
An image is then generated from the app's source code and these dependencies.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/for-app-developers/concepts/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The [build-time base image] provides the base environment for the `builder`
(e.g., an Ubuntu Jammy OS image with build tooling) and
a [runtime base image] provides the base environment for the `app image` during runtime.

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

Under the hood a builder uses the [lifecycle] to run the `detect` phase for all the `buildpacks` it contains, in order,
and then proceeds to run the `build` phase for all the `buildpacks` that passed detection.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/for-app-developers/concepts/rebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ weight=4

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

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

At its core, image rebasing is a simple process. By inspecting an app image, `rebase` can determine whether or not a
newer version of the app's base image exists (either locally or in a registry).
Expand Down
1 change: 1 addition & 0 deletions themes/buildpacks/static/images/build.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions themes/buildpacks/static/images/builder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions themes/buildpacks/static/images/how.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions themes/buildpacks/static/images/rebase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions themes/buildpacks/static/images/what.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
248 changes: 144 additions & 104 deletions tools/go.mod

Large diffs are not rendered by default.

307 changes: 307 additions & 0 deletions tools/go.sum

Large diffs are not rendered by default.

0 comments on commit 15341e9

Please sign in to comment.