Skip to content

Commit

Permalink
source-build/0.2: arbitrary change (#1907)
Browse files Browse the repository at this point in the history
Needed to add the task to the data-acceptable-bundles image.

When merging #1865,
the build-acceptable-bundles failed. This meant the new versions of all
tasks updated in that PR were missing from data-acceptable-bundles.

Due to the way the push pipeline is set up, making a change to the
affected tasks is the only way to add them to data-acceptable-bundles.

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik authored Feb 6, 2025
1 parent 9314693 commit 33967f2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pipelines/docker-build-multi-platform-oci-ta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/reposito
|name|description|used in params (taskname:taskrefversion:taskparam)
|---|---|---|
|BUILD_RESULT| Build result.| |
|IMAGE_REF| Image reference of the built image| |
|IMAGE_REF| Image reference of the built image.| |
|SOURCE_IMAGE_DIGEST| The source image digest.| |
|SOURCE_IMAGE_URL| The source image url.| |

Expand Down
2 changes: 1 addition & 1 deletion pipelines/docker-build-oci-ta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/reposito
|name|description|used in params (taskname:taskrefversion:taskparam)
|---|---|---|
|BUILD_RESULT| Build result.| |
|IMAGE_REF| Image reference of the built image| |
|IMAGE_REF| Image reference of the built image.| |
|SOURCE_IMAGE_DIGEST| The source image digest.| |
|SOURCE_IMAGE_URL| The source image url.| |

Expand Down
2 changes: 1 addition & 1 deletion pipelines/docker-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/reposito
|name|description|used in params (taskname:taskrefversion:taskparam)
|---|---|---|
|BUILD_RESULT| Build result.| |
|IMAGE_REF| Image reference of the built image| |
|IMAGE_REF| Image reference of the built image.| |
|SOURCE_IMAGE_DIGEST| The source image digest.| |
|SOURCE_IMAGE_URL| The source image url.| |

Expand Down
2 changes: 1 addition & 1 deletion task/source-build-oci-ta/0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Source image build.
|name|description|
|---|---|
|BUILD_RESULT|Build result.|
|IMAGE_REF|Image reference of the built image|
|IMAGE_REF|Image reference of the built image.|
|SOURCE_IMAGE_DIGEST|The source image digest.|
|SOURCE_IMAGE_URL|The source image url.|

2 changes: 1 addition & 1 deletion task/source-build-oci-ta/0.2/source-build-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- name: BUILD_RESULT
description: Build result.
- name: IMAGE_REF
description: Image reference of the built image
description: Image reference of the built image.
- name: SOURCE_IMAGE_DIGEST
description: The source image digest.
- name: SOURCE_IMAGE_URL
Expand Down
2 changes: 1 addition & 1 deletion task/source-build/0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Source image build.
|BUILD_RESULT|Build result.|
|SOURCE_IMAGE_URL|The source image url.|
|SOURCE_IMAGE_DIGEST|The source image digest.|
|IMAGE_REF|Image reference of the built image|
|IMAGE_REF|Image reference of the built image.|

## Workspaces
|name|description|optional|
Expand Down
2 changes: 1 addition & 1 deletion task/source-build/0.2/source-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: SOURCE_IMAGE_DIGEST
description: The source image digest.
- name: IMAGE_REF
description: Image reference of the built image
description: Image reference of the built image.
workspaces:
- name: workspace
description: The workspace where source code is included.
Expand Down

0 comments on commit 33967f2

Please sign in to comment.