Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tekton-tools update #1811

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
description: Directory to write the result .repo files.
steps:
- name: generate-odcs-compose
image: quay.io/redhat-appstudio/tools@sha256:ca3b24bb2f2935aa31426941687ed0c105bde89e25595c25e5543e87e1b51701
image: quay.io/redhat-appstudio/tools@sha256:0e979f6498e4b257553b0daba26c9ca320d71289a874ee50500801fa39c07792
env:
- name: CLIENT_ID
valueFrom:
Expand Down
2 changes: 2 additions & 0 deletions task/generate-odcs-compose/0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ Element fields:

Example:

```yaml
composes:
- kind: ComposeSourceModule
spec:
modules:
- squid:4:8090020231130092412:a75119d5
additional_args: {}
```
[input structure]: https://pagure.io/odcs/blob/master/f/client/odcs/client/odcs.py#_115
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
description: Directory to write the result .repo files.
steps:
- name: generate-odcs-compose
image: quay.io/redhat-appstudio/tools@sha256:ca3b24bb2f2935aa31426941687ed0c105bde89e25595c25e5543e87e1b51701
image: quay.io/redhat-appstudio/tools@sha256:0e979f6498e4b257553b0daba26c9ca320d71289a874ee50500801fa39c07792
env:
- name: CLIENT_ID
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions task/provision-env-with-ephemeral-namespace/0.1/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# provision-env-with-ephemeral-namespace task

> **Deprecated**: This task is deprecated, please remove it from your pipeline and replace it with
the eaas-provision-space task. Deprecation date: 2025-01-17
> **Deprecated**: This task is deprecated, please remove it from your pipeline and
replace it with the eaas-provision-space task. Deprecation date: 2025-01-17

## Description:
This task generates a spaceRequest which in turn creates a namespace in the cluster.
Expand Down
4 changes: 2 additions & 2 deletions task/rpms-signature-scan/0.1/rpms-signature-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
optional: true
steps:
- name: rpms-signature-scan
image: quay.io/redhat-appstudio/tools@sha256:ca3b24bb2f2935aa31426941687ed0c105bde89e25595c25e5543e87e1b51701
image: quay.io/redhat-appstudio/tools@sha256:0e979f6498e4b257553b0daba26c9ca320d71289a874ee50500801fa39c07792
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
--fail-unsigned "${FAIL_UNSIGNED}" \
--workdir "${WORKDIR}" \
- name: output-results
image: quay.io/konflux-ci/konflux-test:v1.4.10@sha256:a9c8deb7582ac15ce0f0df0c7c7f017c33d8f12113c7efa3ed6811fd65e4706f
image: quay.io/konflux-ci/konflux-test:v1.4.12@sha256:b42202199805420527c2552dea22b02ab0f051b79a4b69fbec9a77f8832e5623
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand Down
4 changes: 2 additions & 2 deletions task/rpms-signature-scan/0.2/rpms-signature-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
optional: true
steps:
- name: rpms-signature-scan
image: quay.io/redhat-appstudio/tools@sha256:ca3b24bb2f2935aa31426941687ed0c105bde89e25595c25e5543e87e1b51701
image: quay.io/redhat-appstudio/tools@sha256:0e979f6498e4b257553b0daba26c9ca320d71289a874ee50500801fa39c07792
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand All @@ -69,7 +69,7 @@ spec:
--image-digest "${IMAGE_DIGEST}" \
--workdir "${WORKDIR}" \
- name: output-results
image: quay.io/konflux-ci/konflux-test:v1.4.10@sha256:a9c8deb7582ac15ce0f0df0c7c7f017c33d8f12113c7efa3ed6811fd65e4706f
image: quay.io/konflux-ci/konflux-test:v1.4.12@sha256:b42202199805420527c2552dea22b02ab0f051b79a4b69fbec9a77f8832e5623
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand Down
Loading