diff --git a/.tekton/check-generated-files-up-to-date-task.yaml b/.tekton/check-generated-files-up-to-date-task.yaml index 3147eaa2..bea7fd73 100644 --- a/.tekton/check-generated-files-up-to-date-task.yaml +++ b/.tekton/check-generated-files-up-to-date-task.yaml @@ -27,7 +27,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: check-generated-files-up-to-date - image: registry.redhat.io/ubi9/go-toolset@sha256:8c5aeac74b4b60dc2e5e44f6b639186b7ec2fec8f0eb9a36d4a32dcf8e255f52 + image: registry.redhat.io/ubi9/go-toolset@sha256:7a0aad98db45c0aac69813bb9b5af20018bd51f47a2fc183aeca89d6a05c046e workingDir: /var/workdir/source securityContext: runAsUser: 0 diff --git a/.tekton/checks.yaml b/.tekton/checks.yaml index c39470f2..177873f6 100644 --- a/.tekton/checks.yaml +++ b/.tekton/checks.yaml @@ -103,7 +103,7 @@ spec: - use - $(tasks.clone-repository.results.SOURCE_ARTIFACT)=/var/workdir/source - name: run-go-tests - image: registry.redhat.io/ubi9/go-toolset@sha256:8c5aeac74b4b60dc2e5e44f6b639186b7ec2fec8f0eb9a36d4a32dcf8e255f52 + image: registry.redhat.io/ubi9/go-toolset@sha256:7a0aad98db45c0aac69813bb9b5af20018bd51f47a2fc183aeca89d6a05c046e workingDir: /var/workdir/source script: time make go-test @@ -139,7 +139,7 @@ spec: - use - $(tasks.clone-repository.results.SOURCE_ARTIFACT)=/var/workdir/source - name: check-catalog-file-size - image: registry.redhat.io/ubi9/ubi-minimal@sha256:d91be7cea9f03a757d69ad7fcdfcd7849dba820110e7980d5e2a1f46ed06ea3b + image: registry.redhat.io/ubi9/ubi-minimal@sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df workingDir: /var/workdir/source script: | #!/usr/bin/env bash diff --git a/.tekton/ready-for-master-merge.yaml b/.tekton/ready-for-master-merge.yaml index c4f30213..42acf7cb 100644 --- a/.tekton/ready-for-master-merge.yaml +++ b/.tekton/ready-for-master-merge.yaml @@ -103,7 +103,7 @@ spec: - use - $(tasks.clone-repository.results.SOURCE_ARTIFACT)=/var/workdir/source - name: check-bundle-images-in-catalog-template - image: quay.io/konflux-ci/release-service-utils:latest@sha256:dedda96a46146fd8e28d79175da769b286ee4dc91c83ac1c5d747481df1688e9 + image: quay.io/konflux-ci/release-service-utils:latest@sha256:9b9b36b80ac68add8b9e7d1b9f1f4f1280b41d67a49e5649eaedb9df5589d259 workingDir: /var/workdir/source script: | #!/usr/bin/env bash diff --git a/.tekton/validate-pipeline-files-task.yaml b/.tekton/validate-pipeline-files-task.yaml index c0c4b4b9..6f5e24c2 100644 --- a/.tekton/validate-pipeline-files-task.yaml +++ b/.tekton/validate-pipeline-files-task.yaml @@ -25,7 +25,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: validate-pipeline-files - image: quay.io/konflux-ci/release-service-utils:latest@sha256:dedda96a46146fd8e28d79175da769b286ee4dc91c83ac1c5d747481df1688e9 + image: quay.io/konflux-ci/release-service-utils:latest@sha256:9b9b36b80ac68add8b9e7d1b9f1f4f1280b41d67a49e5649eaedb9df5589d259 workingDir: /var/workdir/source script: | #!/usr/bin/env bash