From 1749ad3efdd64b5805038cf015d38010d9d41e6a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 18 Jun 2024 08:39:03 -0400 Subject: [PATCH] Use copied image --- task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml | 7 +------ task/oci-copy/0.1/oci-copy.yaml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml b/task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml index 42d1cea673..3dfccccd80 100644 --- a/task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml +++ b/task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml @@ -71,12 +71,7 @@ spec: workingDir: $(workspaces.source.path) - name: oci-copy - # I need something with adequate rights to run: - # $ skopeo copy docker://quay.io/containers/buildah:v1.35.4 docker://quay.io/redhat-appstudio/buildah:v1.35.4 - # - # For now, use buildah directly from upstream - # image: quay.io/containers/buildah:v1.35.4@sha256:f07da1c4c59290dd7ff8c521f5d8f3b0f24985ae933da7381fd5a2c96f887423 - image: quay.io/containers/buildah:v1.35.4 + image: quay.io/redhat-appstudio/buildah:v1.35.4@sha256:3d3575bb7d0df64abcf1f22f06e82101a945d03317db1f3caac12814f796d01c computeResources: limits: memory: 1Gi diff --git a/task/oci-copy/0.1/oci-copy.yaml b/task/oci-copy/0.1/oci-copy.yaml index e22e364a33..4134a8a561 100644 --- a/task/oci-copy/0.1/oci-copy.yaml +++ b/task/oci-copy/0.1/oci-copy.yaml @@ -62,12 +62,7 @@ spec: workingDir: $(workspaces.source.path) - name: oci-copy - # I need something with adequate rights to run: - # $ skopeo copy docker://quay.io/containers/buildah:v1.35.4 docker://quay.io/redhat-appstudio/buildah:v1.35.4 - # - # For now, use buildah directly from upstream - # image: quay.io/containers/buildah:v1.35.4@sha256:f07da1c4c59290dd7ff8c521f5d8f3b0f24985ae933da7381fd5a2c96f887423 - image: quay.io/containers/buildah:v1.35.4 + image: quay.io/redhat-appstudio/buildah:v1.35.4@sha256:3d3575bb7d0df64abcf1f22f06e82101a945d03317db1f3caac12814f796d01c computeResources: limits: memory: 1Gi