Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
achimweigel committed Apr 1, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bf7114a commit 60e3e80
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions doc/proposal/01-introduction.md
Original file line number Diff line number Diff line change
@@ -78,9 +78,9 @@ However, the problem domain can be divided into two disjoint phases:

The produced artifacts must be stored somewhere such that they can be accessed and collected for the deployment.
The OCM defines a standard to describe which technical artifacts belong to a software installation and how to
access them. This provides a clear interface between the production and the deployment/lifecycle management phase.
access them which could be used at the interface between production and the deployment/lifecycle management phase.

The OCM provides a common interface for
The OCM provides a common standard for
- compliance checks
- security scanning
- code signing
12 changes: 6 additions & 6 deletions doc/proposal/04-local-blobs.md
Original file line number Diff line number Diff line change
@@ -126,14 +126,14 @@ An entry to this resource with this information in the *Component Descriptor* lo
If a *Component Repository* provides support for *local blobs* it MUST implement a method for fetching *local blobs*
as specified in this chapter.

**Description**: Fetches the binary data of a local blob. *blobIdentifier* is the *Component Repository* specific
**Description**: Fetches the binary data of a local blob. *localAccessInfo* is the *Component Repository* specific
access information you got when you uploaded the local blob.

**Inputs**:

- String name: Name of the *Component Descriptor*
- String version: Version of the *Component Descriptor*
- String blobIdentifier: Identifier of the local blob
- String localAccessInfo: Access information of the local blob

**Outputs**:

@@ -150,14 +150,14 @@ access information you got when you uploaded the local blob.
If a *Component Repository* provides support for *local blobs* it MUST implement a method for listing *local blobs*
as specified in this chapter.

**Description**: Provides an iterator over all triples *componentName/componentVersion/blobIdentifier* of all
**Description**: Provides an iterator over all triples *componentName/componentVersion/localAccessInfo* of all
uploaded blobs.

**Inputs**:

**Outputs**:

- Iterator over string triple: Triples of *componentName/componentVersion/blobIdentifier*
- Iterator over string triple: Triples of *componentName/componentVersion/localAccessInfo*

**Errors**:

@@ -168,7 +168,7 @@ uploaded blobs.
If a *Component Repository* provides support for *local blobs* it SHOULD implement a method for uploading *local blobs*
as specified in this chapter.

**Description**: Deletes a local blob. *blobIdentifier* is the *Component Repository* specific
**Description**: Deletes a local blob. *localAccessInfo* is the *Component Repository* specific
information you got when you uploaded the local blob.

An error occurs if there is still an existing reference to the local blob.
@@ -177,7 +177,7 @@ An error occurs if there is still an existing reference to the local blob.

- String name: Name of the *Component Descriptor*
- String version: Version of the *Component Descriptor*
- String blobIdentifier: Identifier of the local blob
- String localAccessInfo: Access information of the local blob

**Outputs**:

1 change: 1 addition & 0 deletions doc/proposal/leftovers.md
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@
- etc.

## Todo/Discuss
- better motivation of flow für upload blobs (usually first blobs then component descriptor)
- Terminology section: beside others must describe landscape, component version, snapshot
- complete component descriptor example
- change technical artifacts to software artifacts

0 comments on commit 60e3e80

Please sign in to comment.