Skip to content

Commit 33967f2

Browse files
authored
source-build/0.2: arbitrary change (#1907)
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]>
1 parent 9314693 commit 33967f2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

pipelines/docker-build-multi-platform-oci-ta/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/reposito
365365
|name|description|used in params (taskname:taskrefversion:taskparam)
366366
|---|---|---|
367367
|BUILD_RESULT| Build result.| |
368-
|IMAGE_REF| Image reference of the built image| |
368+
|IMAGE_REF| Image reference of the built image.| |
369369
|SOURCE_IMAGE_DIGEST| The source image digest.| |
370370
|SOURCE_IMAGE_URL| The source image url.| |
371371

pipelines/docker-build-oci-ta/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/reposito
362362
|name|description|used in params (taskname:taskrefversion:taskparam)
363363
|---|---|---|
364364
|BUILD_RESULT| Build result.| |
365-
|IMAGE_REF| Image reference of the built image| |
365+
|IMAGE_REF| Image reference of the built image.| |
366366
|SOURCE_IMAGE_DIGEST| The source image digest.| |
367367
|SOURCE_IMAGE_URL| The source image url.| |
368368

pipelines/docker-build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/reposito
348348
|name|description|used in params (taskname:taskrefversion:taskparam)
349349
|---|---|---|
350350
|BUILD_RESULT| Build result.| |
351-
|IMAGE_REF| Image reference of the built image| |
351+
|IMAGE_REF| Image reference of the built image.| |
352352
|SOURCE_IMAGE_DIGEST| The source image digest.| |
353353
|SOURCE_IMAGE_URL| The source image url.| |
354354

task/source-build-oci-ta/0.2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Source image build.
1414
|name|description|
1515
|---|---|
1616
|BUILD_RESULT|Build result.|
17-
|IMAGE_REF|Image reference of the built image|
17+
|IMAGE_REF|Image reference of the built image.|
1818
|SOURCE_IMAGE_DIGEST|The source image digest.|
1919
|SOURCE_IMAGE_URL|The source image url.|
2020

task/source-build-oci-ta/0.2/source-build-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
- name: BUILD_RESULT
3737
description: Build result.
3838
- name: IMAGE_REF
39-
description: Image reference of the built image
39+
description: Image reference of the built image.
4040
- name: SOURCE_IMAGE_DIGEST
4141
description: The source image digest.
4242
- name: SOURCE_IMAGE_URL

task/source-build/0.2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Source image build.
1414
|BUILD_RESULT|Build result.|
1515
|SOURCE_IMAGE_URL|The source image url.|
1616
|SOURCE_IMAGE_DIGEST|The source image digest.|
17-
|IMAGE_REF|Image reference of the built image|
17+
|IMAGE_REF|Image reference of the built image.|
1818

1919
## Workspaces
2020
|name|description|optional|

task/source-build/0.2/source-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- name: SOURCE_IMAGE_DIGEST
3131
description: The source image digest.
3232
- name: IMAGE_REF
33-
description: Image reference of the built image
33+
description: Image reference of the built image.
3434
workspaces:
3535
- name: workspace
3636
description: The workspace where source code is included.

0 commit comments

Comments
 (0)