Skip to content

Commit

Permalink
Clarify that Snapshot pullspecs are only mapped to components
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Dec 6, 2023
1 parent 723803d commit 5a5e057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ these resources.
by an [Application]. The user provides and names their [Components] and specifies which git
repositories and branches define how the artifact is built. The user may add, remove, or change
[Components] over the lifespan of an [Application].
- A [Snapshot] represents a collection of particular OCI artifacts, mapped to the [Components] of an
[Application]. A [Snapshot] is owned by an [Application]. Generally, the [integration-service]
produces new [Snapshots] automatically in response to completed builds. It is also possible for
- A [Snapshot] represents a collection of particular OCI artifacts, mapped to [Components].
A [Snapshot] is owned by an [Application]. Generally, the [integration-service] produces new
[Snapshots] automatically in response to completed builds. It is also possible for
the user to construct and provide [Snapshots] to test or release deliberate combinations of
OCI artifacts. [Snapshots] are immutable. For a user to "modify" a [Snapshot], they need to create
a new [Snapshot] based on an old [Snapshot]. Old [Snapshots] are garbage collected if not bound to
Expand Down

0 comments on commit 5a5e057

Please sign in to comment.