Skip to content

Commit

Permalink
build: update builder to Ubuntu 22.04 based builder-jammy-base
Browse files Browse the repository at this point in the history
The previously used builder:tiny is based on Ubuntu 18.04 and reached
end of life. The preferred new builder would be builder-jammy-tiny,
however this currently fails to run on M2 MacBooks with
`rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2`.
  • Loading branch information
kaibernhard committed Nov 3, 2023
1 parent 01f44f6 commit cb9a729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tasks {
val containerImageVersion = System.getenv("CONTAINER_IMAGE_VERSION") ?: "latest"

imageName.set("$containerRegistry/$containerImageName:$containerImageVersion")
builder.set("paketobuildpacks/builder:tiny")
builder.set("paketobuildpacks/builder-jammy-base")
publish.set(false)

docker {
Expand Down

0 comments on commit cb9a729

Please sign in to comment.