Skip to content

Commit

Permalink
Normalize build/run terms
Browse files Browse the repository at this point in the history
  • Loading branch information
colincasey authored Jan 17, 2024
1 parent 30b44ff commit d8af90d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ If you're building on a machine with an architecture other than amd64, set `DOCK
The supported stacks are: `20` and `22`. This script will build a family
of 4 images:

* `heroku/heroku:{STACK_VERSION}` - The runtime base image for the Heroku platform
* `heroku/heroku:{STACK_VERSION}-build` - The build-time base image for the Heroku platform
* `heroku/heroku:{STACK_VERSION}-cnb` - The runtime base image for Cloud Native Buildpacks
* `heroku/heroku:{STACK_VERSION}-cnb-build` - The build-time base image for Cloud Native Buildpacks
* `heroku/heroku:{STACK_VERSION}` - The base run image for the Heroku platform
* `heroku/heroku:{STACK_VERSION}-build` - The base build image for the Heroku platform
* `heroku/heroku:{STACK_VERSION}-cnb` - The base run image for Cloud Native Buildpacks
* `heroku/heroku:{STACK_VERSION}-cnb-build` - The base build image for Cloud Native Buildpacks

# Releasing Heroku Base Images

Expand Down

0 comments on commit d8af90d

Please sign in to comment.