Skip to content

Commit

Permalink
Use copied image
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jun 18, 2024
1 parent f074edf commit 292588f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions task/oci-copy/0.1/oci-copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 292588f

Please sign in to comment.