Skip to content

Commit

Permalink
Use noble stack
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Feb 19, 2025
1 parent 9b42737 commit 3a83e72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions builder/builder.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# Buildpacks to include in builder
[[buildpacks]]
id = "spring-boot/spring-boot-test-info"
version = "0.0.1"
version = "0.0.2"
uri = "../buildpacks/test-info"

# Order used for detection
[[order]]
[[order.group]]
id = "spring-boot/spring-boot-test-info"
version = "0.0.1"
version = "0.0.2"

# Base images used to create the builder
[build]
image = "paketobuildpacks/build-jammy-tiny"
image = "paketobuildpacks/build-noble-tiny"
[run]
[[run.images]]
image = "paketobuildpacks/run-jammy-tiny"
image = "paketobuildpacks/run-noble-tiny"

# Stack that will be used by the builder (deprecated)
[stack]
id = "io.buildpacks.stacks.jammy.tiny"
build-image = "paketobuildpacks/build-jammy-tiny"
run-image = "paketobuildpacks/run-jammy-tiny"
id = "io.buildpacks.stacks.noble.tiny"
build-image = "paketobuildpacks/build-noble-tiny"
run-image = "paketobuildpacks/run-noble-tiny"

# Lifecycle executable version that will be used by the builder
[lifecycle]
version = "0.19.5"
version = "0.20.5"
2 changes: 1 addition & 1 deletion buildpacks/test-info/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.10"
# Buildpack ID and metadata
[buildpack]
id = "spring-boot/spring-boot-test-info"
version = "0.0.1"
version = "0.0.2"
name = "Spring Boot Test Info Buildpack"
homepage = "https://github.com/spring-projects/spring-boot"

Expand Down

0 comments on commit 3a83e72

Please sign in to comment.