{
	"kind": "List",
	"apiVersion": "v1",
	"metadata": {},
	"items": [
		{
			"kind": "BuildConfig",
			"apiVersion": "v1",
			"metadata": {
				"name": "ruby-sample-build-tc",
				"creationTimestamp": null,
				"labels": {
					"name": "ruby-sample-build-tc"
				}
			},
			"spec": {
				"triggers": [],
				"source": {
					"type": "Git",
					"git": {
						"uri": "https://github.com/openshift/ruby-hello-world.git"
					}
				},
				"strategy": {
					"type": "Custom",
					"customStrategy": {
						"from": {
						        "kind": "ImageStreamTag",
						        "namespace": "openshift",
							"name": "ruby:latest"
						},
						"env": [
							{
								"name": "OPENSHIFT_CUSTOM_BUILD_BASE_IMAGE",
								"value": "ruby:latest"
							},
							{
								"name": "BUILD_LOGLEVEL",
								"value": "5"
							}
						],
						"exposeDockerSocket": true,
						"forcePull": true
					}
				}
			}
		},
		{
			"kind": "BuildConfig",
			"apiVersion": "v1",
			"metadata": {
				"name": "ruby-sample-build-td",
				"creationTimestamp": null,
				"labels": {
					"name": "ruby-sample-build-td"
				}
			},
			"spec": {
				"triggers": [],
				"source": {
					"type": "Git",
					"git": {
						"uri": "https://github.com/openshift/ruby-hello-world.git"
					}
				},
				"strategy": {
					"type": "Docker",
					"dockerStrategy": {
						"from": {
							"kind": "ImageStreamTag",
						        "namespace": "openshift",
							"name": "ruby:latest"
						},
						"env": [
							{
								"name": "BUILD_LOGLEVEL",
								"value": "5"
							}
						],
						"forcePull": true
					}
				}
			}
		},
		{
			"kind": "BuildConfig",
			"apiVersion": "v1",
			"metadata": {
				"name": "ruby-sample-build-ts",
				"creationTimestamp": null,
				"labels": {
					"name": "ruby-sample-build-ts"
				}
			},
			"spec": {
				"triggers": [],
				"source": {
					"type": "Git",
					"git": {
						"uri": "https://github.com/openshift/ruby-hello-world.git"
					}
				},
				"strategy": {
					"type": "Source",
					"sourceStrategy": {
						"from": {
							"kind": "ImageStreamTag",
						        "namespace": "openshift",
							"name": "ruby:latest"
						},
						"env": [
							{
								"name": "BUILD_LOGLEVEL",
								"value": "5"
							}
						],
						"forcePull": true
					}
				}
			}
		}
	]
}