{
"kind": "BuildConfig",
"apiVersion": "v1",
"metadata": {
"name": "openldap",
"creationTimestamp": null,
"labels": {
"name": "openldap"
}
},
"spec": {
"source": {
"type": "Git",
"git": {
"uri": "git://github.com/openshift/origin.git", (1)
"ref": "master" (2)
},
"contextDir": "images/openldap" (3)
},
"strategy": {
"type": "Docker",
"dockerStrategy": {
"from": {
"kind": "ImageStreamTag", (4)
"name": "openldap:latest"
}
}
},
"output": {
"to": {
"kind": "ImageStreamTag",
"name": "openldap-testenv:latest" (5)
}
},
"resources": {}
},
"status": {
"lastVersion": 0
}
}