Skip to content

Commit

Permalink
Use the term "packaging" as that's the term used by the tool
Browse files Browse the repository at this point in the history
Co-authored-by: Josh W Lewis <[email protected]>
Signed-off-by: Craig Andrews <[email protected]>
  • Loading branch information
candrews and joshwlewis authored Jul 18, 2024
1 parent baf9376 commit 2688ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-oci-image-annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The target personas as buildpack users, platform operators, and platform impleme
# How it Works
[how-it-works]: #how-it-works

When building the buildpack, the `pack` tool can get the values for the `org.opencontainers.image.source` and `org.opencontainers.image.revision` annotations from git. `org.opencontainers.image.source` is derived from the git origin and `org.opencontainers.image.revision` is the git commit hash.
When packaging the buildpack, the `pack` tool can get the values for the `org.opencontainers.image.source` and `org.opencontainers.image.revision` annotations from git. `org.opencontainers.image.source` is derived from the git origin and `org.opencontainers.image.revision` is the git commit hash.

The other annotation values come from `buildpack.toml` mapped to OCI annotations as follows:

Expand Down

0 comments on commit 2688ccd

Please sign in to comment.