From 6a04a5a6fc5211a49982c6cd6678c145f1ded073 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 21 Jun 2024 16:40:53 -0400 Subject: [PATCH] Add forgotten recipe for oci-copy task I didn't understand how the recipe worked before. --- task/oci-copy-oci-ta/0.1/recipe.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 task/oci-copy-oci-ta/0.1/recipe.yaml diff --git a/task/oci-copy-oci-ta/0.1/recipe.yaml b/task/oci-copy-oci-ta/0.1/recipe.yaml new file mode 100644 index 0000000000..e52bc77765 --- /dev/null +++ b/task/oci-copy-oci-ta/0.1/recipe.yaml @@ -0,0 +1,10 @@ +--- +base: ../../oci-copy/0.1/oci-copy.yaml +add: + - use-source +removeWorkspaces: + - source +replacements: + workspaces.source.path: /var/workdir +regexReplacements: + "/workspace(/.*)": /var/workdir$1