From d8af90d8d1a710b5fc775d70ffc668b69204588f Mon Sep 17 00:00:00 2001 From: Colin Casey Date: Wed, 17 Jan 2024 13:14:49 -0400 Subject: [PATCH] Normalize build/run terms --- BUILD.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD.md b/BUILD.md index 0c9c2860..cd0aed7f 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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