Skip to content

Commit

Permalink
Implement RFC 0050: Rename Buildpack
Browse files Browse the repository at this point in the history
Renames 'Paketo Image Labels Buildpack' to 'Paketo Buildpack for Image Labels'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
  • Loading branch information
Daniel Mikusa authored and ForestEckhardt committed Aug 31, 2022
1 parent ed88166 commit 377c4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# `gcr.io/paketo-buildpacks/image-labels`
The Paketo Image Labels Buildpack is a Cloud Native Buildpack that enables configuration of labels on the created image.
The Paketo Buildpack for Image Labels is a Cloud Native Buildpack that enables configuration of labels on the created image.

This buildpack allows for the configuration of both [OCI-specified][o] labels with short environment variable names, as well as arbitrary labels using a space-delimited syntax in a single environment variable.

Expand Down
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ api = "0.7"
homepage = "https://github.com/paketo-buildpacks/image-labels"
id = "paketo-buildpacks/image-labels"
keywords = ["image-labels", "labels"]
name = "Paketo Image Labels Buildpack"
name = "Paketo Buildpack for Image Labels"
version = "{{.version}}"
sbom-formats = ["application/vnd.cyclonedx+json", "application/vnd.syft+json"]

Expand Down

0 comments on commit 377c4bc

Please sign in to comment.