Skip to content

Commit

Permalink
Add forgotten recipe for oci-copy task
Browse files Browse the repository at this point in the history
I didn't understand how the recipe worked before.
  • Loading branch information
ralphbean committed Jun 21, 2024
1 parent 4c8dfd6 commit bee6ea2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions task/oci-copy-oci-ta/0.1/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
base: ../../oci-copy/0.1/oci-copy.yaml
removeParams:
- BUILDER_IMAGE
add:
- use-source
removeWorkspaces:
- source
replacements:
workspaces.source.path: /var/workdir
regexReplacements:
"/workspace(/.*)": /var/workdir$1

0 comments on commit bee6ea2

Please sign in to comment.