From 18241fd8237365b95c1db591dd04085864c0b731 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:19:20 +0100 Subject: [PATCH] Use the new Heroku builder images in the example builders lists The `heroku/buildpacks:*` builders have been replaced by `heroku/builder:*` and the former are about to be deprecated. See: https://github.com/heroku/cnb-builder-images/blob/main/README.md https://github.com/buildpacks/pack/pull/1924 Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com> --- pipeline/buildpacks/0.1/README.md | 4 ++-- task/buildpacks-phases/0.2/README.md | 4 ++-- task/buildpacks/0.3/README.md | 4 ++-- task/buildpacks/0.4/README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pipeline/buildpacks/0.1/README.md b/pipeline/buildpacks/0.1/README.md index 9f22d10..c117428 100644 --- a/pipeline/buildpacks/0.1/README.md +++ b/pipeline/buildpacks/0.1/README.md @@ -61,8 +61,8 @@ kubectl apply -f https://raw.githubusercontent.com/buildpacks/tekton-integration _The following are the suggested [builders][builders] from the [Cloud Native Buildpacks][buildpacks-io] project. This is only a subset of builders available._ - **`gcr.io/buildpacks/builder:v1`**: Ubuntu 18 base image with buildpacks for .NET, Go, Java, Node.js, and Python - - **`heroku/buildpacks:18`**: Base builder for Heroku-18 stack, based on ubuntu:18.04 base image - - **`heroku/buildpacks:20`**: Base builder for Heroku-20 stack, based on ubuntu:20.04 base image + - **`heroku/builder:20`**: Heroku-20 (Ubuntu 20.04) base image with buildpacks for Go, Java, Node.js, PHP, Python, Ruby & Scala + - **`heroku/builder:22`**: Heroku-22 (Ubuntu 22.04) base image with buildpacks for Go, Java, Node.js, PHP, Python, Ruby & Scala - **`paketobuildpacks/builder:base`**: Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Ruby, NGINX and Procfile - **`paketobuildpacks/builder:full`**: Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, PHP, Ruby, Apache HTTPD, NGINX and Procfile - **`paketobuildpacks/builder:tiny`**: Tiny base image (bionic build image, distroless-like run image) with buildpacks for Java Native Image and Go diff --git a/task/buildpacks-phases/0.2/README.md b/task/buildpacks-phases/0.2/README.md index 515c074..ddf4a45 100644 --- a/task/buildpacks-phases/0.2/README.md +++ b/task/buildpacks-phases/0.2/README.md @@ -48,8 +48,8 @@ kubectl apply -f https://raw.githubusercontent.com/buildpacks/tekton-integration _The following are the suggested [builders][builders] from the [Cloud Native Buildpacks][buildpacks-io] project. This is only a subset of builders available._ - **`gcr.io/buildpacks/builder:v1`**: Ubuntu 18 base image with buildpacks for .NET, Go, Java, Node.js, and Python - - **`heroku/buildpacks:18`**: Base builder for Heroku-18 stack, based on ubuntu:18.04 base image - - **`heroku/buildpacks:20`**: Base builder for Heroku-20 stack, based on ubuntu:20.04 base image + - **`heroku/builder:20`**: Heroku-20 (Ubuntu 20.04) base image with buildpacks for Go, Java, Node.js, PHP, Python, Ruby & Scala + - **`heroku/builder:22`**: Heroku-22 (Ubuntu 22.04) base image with buildpacks for Go, Java, Node.js, PHP, Python, Ruby & Scala - **`paketobuildpacks/builder:base`**: Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, Ruby, NGINX and Procfile - **`paketobuildpacks/builder:full`**: Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, PHP, Ruby, Apache HTTPD, NGINX and Procfile - **`paketobuildpacks/builder:tiny`**: Tiny base image (bionic build image, distroless-like run image) with buildpacks for Java Native Image and Go diff --git a/task/buildpacks/0.3/README.md b/task/buildpacks/0.3/README.md index 2b1617d..f904c55 100644 --- a/task/buildpacks/0.3/README.md +++ b/task/buildpacks/0.3/README.md @@ -49,8 +49,8 @@ kubectl apply -f https://raw.githubusercontent.com/buildpacks/tekton-integration _The following are the suggested [builders][builders] from the [Cloud Native Buildpacks][buildpacks-io] project. This is only a subset of builders available._ - **`gcr.io/buildpacks/builder:v1`**: Ubuntu 18 base image with buildpacks for .NET, Go, Java, Node.js, and Python - - **`heroku/buildpacks:18`**: Base builder for Heroku-18 stack, based on ubuntu:18.04 base image - - **`heroku/buildpacks:20`**: Base builder for Heroku-20 stack, based on ubuntu:20.04 base image + - **`heroku/builder:20`**: Heroku-20 (Ubuntu 20.04) base image with buildpacks for Go, Java, Node.js, PHP, Python, Ruby & Scala + - **`heroku/builder:22`**: Heroku-22 (Ubuntu 22.04) base image with buildpacks for Go, Java, Node.js, PHP, Python, Ruby & Scala - **`paketobuildpacks/builder:base`**: Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, Ruby, NGINX and Procfile - **`paketobuildpacks/builder:full`**: Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, PHP, Ruby, Apache HTTPD, NGINX and Procfile - **`paketobuildpacks/builder:tiny`**: Tiny base image (bionic build image, distroless-like run image) with buildpacks for Java Native Image and Go diff --git a/task/buildpacks/0.4/README.md b/task/buildpacks/0.4/README.md index ac1b11e..0d0d80c 100644 --- a/task/buildpacks/0.4/README.md +++ b/task/buildpacks/0.4/README.md @@ -50,8 +50,8 @@ kubectl apply -f https://raw.githubusercontent.com/buildpacks/tekton-integration _The following are the suggested [builders][builders] from the [Cloud Native Buildpacks][buildpacks-io] project. This is only a subset of builders available._ - **`gcr.io/buildpacks/builder:v1`**: Ubuntu 18 base image with buildpacks for .NET, Go, Java, Node.js, and Python - - **`heroku/buildpacks:18`**: Base builder for Heroku-18 stack, based on ubuntu:18.04 base image - - **`heroku/buildpacks:20`**: Base builder for Heroku-20 stack, based on ubuntu:20.04 base image + - **`heroku/builder:20`**: Heroku-20 (Ubuntu 20.04) base image with buildpacks for Go, Java, Node.js, PHP, Python, Ruby & Scala + - **`heroku/builder:22`**: Heroku-22 (Ubuntu 22.04) base image with buildpacks for Go, Java, Node.js, PHP, Python, Ruby & Scala - **`paketobuildpacks/builder:base`**: Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, Ruby, NGINX and Procfile - **`paketobuildpacks/builder:full`**: Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, PHP, Ruby, Apache HTTPD, NGINX and Procfile - **`paketobuildpacks/builder:tiny`**: Tiny base image (bionic build image, distroless-like run image) with buildpacks for Java Native Image and Go