Skip to content

Commit

Permalink
Merge pull request buildpacks-community#1235 from tcdowney/update-doc…
Browse files Browse the repository at this point in the history
…s-jammy
  • Loading branch information
tomkennedy513 authored Jun 16, 2023
2 parents 96207c6 + 8c0c905 commit be904ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ kind: ClusterStack
metadata:
name: base
spec:
id: "io.buildpacks.stacks.bionic"
id: "io.buildpacks.stacks.jammy"
buildImage:
image: "paketobuildpacks/build:base-cnb"
image: "paketobuildpacks/build-jammy-base"
runImage:
image: "paketobuildpacks/run:base-cnb"
image: "paketobuildpacks/run-jammy-base"
```
* `id`: The 'id' of the stack
Expand All @@ -46,4 +46,4 @@ The stack resource will not poll for updates. A CI/CD tool is needed to update t

### Suggested stacks

The [pack CLI](https://github.com/buildpacks/pack) command: `pack stack suggest` will display a list of recommended stacks that can be used. We recommend starting with the `io.buildpacks.stacks.bionic` base stack.
The [pack CLI](https://github.com/buildpacks/pack) command: `pack stack suggest` will display a list of recommended stacks that can be used. We recommend starting with the `io.buildpacks.stacks.jammy` base stack.
6 changes: 3 additions & 3 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ This tutorial will walk through creating a kpack [builder](builders.md) resource
metadata:
name: base
spec:
id: "io.buildpacks.stacks.bionic"
id: "io.buildpacks.stacks.jammy"
buildImage:
image: "paketobuildpacks/build:base-cnb"
image: "paketobuildpacks/build-jammy-base"
runImage:
image: "paketobuildpacks/run:base-cnb"
image: "paketobuildpacks/run-jammy-base"
```

Apply this stack to the cluster
Expand Down

0 comments on commit be904ba

Please sign in to comment.