Skip to content

Commit

Permalink
Remove code blocks from text that's already a link
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed May 3, 2024
1 parent 9355e76 commit c3f980b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This repository is responsible for building and publishing builder images for [Heroku's Cloud Native Buildpacks project](https://github.com/heroku/buildpacks), which is in preview.

A builder image is a packaged set of buildpacks, base images and a [`lifecycle`](https://github.com/buildpacks/lifecycle)
A builder image is a packaged set of buildpacks, base images and a [lifecycle](https://github.com/buildpacks/lifecycle)
binary that orchestrates the build. For more information, see: [What is a builder?](https://buildpacks.io/docs/for-platform-operators/concepts/builder/)

These builder images use the build and run variants of Heroku's [base images](https://github.com/heroku/base-images)
Expand All @@ -16,11 +16,11 @@ in each base image, see [this Dev Center article](https://devcenter.heroku.com/a

## Available images

| Builder Image | OS | Supported Architectures | Default Run Image | Lifecycle Version | Status |
|-------------------------------------|--------------|-------------------------|---------------------------------------|-------------------|----------------|
| [`heroku/builder:20`][builder-tags] | Ubuntu 20.04 | AMD64 | [`heroku/heroku:20-cnb`][heroku-tags] | 0.19.3 | Available |
| [`heroku/builder:22`][builder-tags] | Ubuntu 22.04 | AMD64 | [`heroku/heroku:22-cnb`][heroku-tags] | 0.19.3 | Recommended |
| [`heroku/builder:24`][builder-tags] | Ubuntu 24.04 | AMD64 + ARM64 | [`heroku/heroku:24`][heroku-tags] | 0.19.3 | In Development |
| Builder Image | OS | Supported Architectures | Default Run Image | Lifecycle Version | Status |
|-----------------------------------|--------------|-------------------------|-------------------------------------|-------------------|----------------|
| [heroku/builder:20][builder-tags] | Ubuntu 20.04 | AMD64 | [heroku/heroku:20-cnb][heroku-tags] | 0.19.3 | Available |
| [heroku/builder:22][builder-tags] | Ubuntu 22.04 | AMD64 | [heroku/heroku:22-cnb][heroku-tags] | 0.19.3 | Recommended |
| [heroku/builder:24][builder-tags] | Ubuntu 24.04 | AMD64 + ARM64 | [heroku/heroku:24][heroku-tags] | 0.19.3 | In Development |

The builder images above (excluding `heroku/builder:24`, whilst it's in development) include buildpack support for the following languages: Go, Java, Node.js, PHP, Python, Ruby & Scala.

Expand Down

0 comments on commit c3f980b

Please sign in to comment.