github.com/Cloud-Foundations/Dominator@v0.3.4/cmd/imaginator/streams.json (about) 1 { 2 "Streams": { 3 "base/Debian-10/amd64": { 4 "ManifestUrl": "https://github.com/Cloud-Foundations/image-manifests.git", 5 "ManifestDirectory": "$IMAGE_STREAM_DIRECTORY_NAME" 6 }, 7 "base/Debian-10/i386": { 8 "ManifestUrl": "https://github.com/Cloud-Foundations/image-manifests.git", 9 "ManifestDirectory": "$IMAGE_STREAM_DIRECTORY_NAME" 10 }, 11 "bootable/Debian-10/amd64": { 12 "ManifestUrl": "https://github.com/Cloud-Foundations/image-manifests.git", 13 "ManifestDirectory": "$IMAGE_STREAM_DIRECTORY_NAME" 14 }, 15 "bootable/Debian-10/i386": { 16 "ManifestUrl": "https://github.com/Cloud-Foundations/image-manifests.git", 17 "ManifestDirectory": "$IMAGE_STREAM_DIRECTORY_NAME" 18 }, 19 "hypervisor": { 20 "ManifestUrl": "https://github.com/Cloud-Foundations/image-manifests.git", 21 "ManifestDirectory": "$IMAGE_STREAM" 22 }, 23 "local-bootstrap/Debian-10/amd64": { 24 "ManifestUrl": "dir:///n/Dominator/image-manifests", 25 "ManifestDirectory": "$IMAGE_STREAM_DIRECTORY_NAME" 26 }, 27 "local-bootstrap/Debian-10/i386": { 28 "ManifestUrl": "dir:///n/Dominator/image-manifests", 29 "ManifestDirectory": "$IMAGE_STREAM_DIRECTORY_NAME" 30 }, 31 "installer": { 32 "ManifestUrl": "https://github.com/Cloud-Foundations/image-manifests.git", 33 "ManifestDirectory": "$IMAGE_STREAM" 34 }, 35 "dev-team/webapp/widget-app": { 36 "ManifestUrl": "https://$GIT_USERNAME:$GIT_PASSWORD@secure-git.company.com/Products/Widgets/webapp.git", 37 "ManifestDirectory": "" 38 } 39 } 40 }