Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/basic/basic-pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
config:
platform: linux
image_resource:
type: docker-image
type: registry-image
source: {repository: busybox}
run:
path: echo
Expand Down
2 changes: 1 addition & 1 deletion tutorials/basic/task-hello-world/task_hello_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source: {repository: busybox}

run:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/basic/task-hello-world/task_ubuntu_uname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source: {repository: ubuntu}

run:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/basic/task-inputs/input_parent_dir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source: {repository: busybox}

inputs:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/basic/task-inputs/inputs_required.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source: {repository: busybox}

inputs:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/basic/task-inputs/no_inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source: {repository: busybox}

run:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/basic/task-scripts/task_show_uname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source: {repository: busybox}

inputs:
Expand Down