Skip to content

Commit

Permalink
Merge pull request #121 from jsztuka/STONEINTG-501
Browse files Browse the repository at this point in the history
addition(STONEINTG-501): explain image extraction details
  • Loading branch information
ralphbean authored Aug 3, 2023
2 parents c0fd89a + 7f40137 commit bb5165d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions book/integration-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,22 @@ The Integration service needs secrets mounted so that the `Environment Provision
16. Repeat step 10
17. Repeat step 11-13

### Image extraction details

Integration service is getting specific information about the image that's being built by the RHTAP build pipeline by parsing the expected Tekton results for the pipeline. All of them are required to be present in order to correctly construct a Snapshot.

<ins>Results are following:</ins>
- IMAGE_URL
- Represents image repository where the built image was pushed. Used to construct the component image reference.
- IMAGE_DIGEST
- Digest of the image that was built. Used to construct the component image reference.
- CHAINS-GIT_URL
- Git url of the source repository. Added to the source section of the component within the Snapshot.
- CHAINS-GIT_COMMIT
- The precise commit SHA that was fetched by git-clone task. Added to the source section of the component within the Snapshot.

>All those results contributes to a snapshot preparation for a pipelinerun

## Appendix

Expand Down

0 comments on commit bb5165d

Please sign in to comment.