From 3e8fdc8e8633afcb4514e9dbd5ecd0cc77f75292 Mon Sep 17 00:00:00 2001 From: Mike Reiche Date: Fri, 11 Mar 2022 15:33:48 +0100 Subject: [PATCH 1/3] Fixed "base resource type not found: docker-image" error in tutorial --- tutorials/basic/task-hello-world/task_hello_world.yml | 2 +- tutorials/basic/task-hello-world/task_ubuntu_uname.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/basic/task-hello-world/task_hello_world.yml b/tutorials/basic/task-hello-world/task_hello_world.yml index d3129980..1114509e 100644 --- a/tutorials/basic/task-hello-world/task_hello_world.yml +++ b/tutorials/basic/task-hello-world/task_hello_world.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: busybox} run: diff --git a/tutorials/basic/task-hello-world/task_ubuntu_uname.yml b/tutorials/basic/task-hello-world/task_ubuntu_uname.yml index 7757155f..152455f5 100644 --- a/tutorials/basic/task-hello-world/task_ubuntu_uname.yml +++ b/tutorials/basic/task-hello-world/task_ubuntu_uname.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: ubuntu} run: From 234790a2ed945b592c8e52af395ff63c7925e950 Mon Sep 17 00:00:00 2001 From: Mike Reiche Date: Fri, 11 Mar 2022 15:45:48 +0100 Subject: [PATCH 2/3] Updated task-inputs tutorial step --- tutorials/basic/task-inputs/input_parent_dir.yml | 2 +- tutorials/basic/task-inputs/inputs_required.yml | 2 +- tutorials/basic/task-inputs/no_inputs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/basic/task-inputs/input_parent_dir.yml b/tutorials/basic/task-inputs/input_parent_dir.yml index 2a26c8c6..714bed93 100644 --- a/tutorials/basic/task-inputs/input_parent_dir.yml +++ b/tutorials/basic/task-inputs/input_parent_dir.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: busybox} inputs: diff --git a/tutorials/basic/task-inputs/inputs_required.yml b/tutorials/basic/task-inputs/inputs_required.yml index b6d2b4aa..c681f467 100644 --- a/tutorials/basic/task-inputs/inputs_required.yml +++ b/tutorials/basic/task-inputs/inputs_required.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: busybox} inputs: diff --git a/tutorials/basic/task-inputs/no_inputs.yml b/tutorials/basic/task-inputs/no_inputs.yml index f6af9623..5776d9d5 100644 --- a/tutorials/basic/task-inputs/no_inputs.yml +++ b/tutorials/basic/task-inputs/no_inputs.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: busybox} run: From cc91c3f7a055f5fe4ffac319cd46d085b3c84275 Mon Sep 17 00:00:00 2001 From: Mike Reiche Date: Mon, 14 Mar 2022 08:55:03 +0100 Subject: [PATCH 3/3] Updated more image resource types --- tutorials/basic/basic-pipeline/pipeline.yml | 2 +- tutorials/basic/task-scripts/task_show_uname.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/basic/basic-pipeline/pipeline.yml b/tutorials/basic/basic-pipeline/pipeline.yml index 3a121e3b..dd338011 100644 --- a/tutorials/basic/basic-pipeline/pipeline.yml +++ b/tutorials/basic/basic-pipeline/pipeline.yml @@ -7,7 +7,7 @@ jobs: config: platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: busybox} run: path: echo diff --git a/tutorials/basic/task-scripts/task_show_uname.yml b/tutorials/basic/task-scripts/task_show_uname.yml index c4383c0a..7e7d8cec 100644 --- a/tutorials/basic/task-scripts/task_show_uname.yml +++ b/tutorials/basic/task-scripts/task_show_uname.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: busybox} inputs: