summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/examples-sync.sh
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-07 22:31:00 -0500
committerGitHub <noreply@github.com>2017-11-07 22:31:00 -0500
commit07beb83a933bc34d50c54081084db838841fe464 (patch)
tree8583c48535fc292aa2f0cc7c189d293c20702008 /roles/openshift_examples/examples-sync.sh
parent588ee199a2683c7f142025b6e0b8ee755d1cd201 (diff)
parent2169c2476adfe112428849396b2292a76ecd5305 (diff)
downloadopenshift-07beb83a933bc34d50c54081084db838841fe464.tar.gz
openshift-07beb83a933bc34d50c54081084db838841fe464.tar.bz2
openshift-07beb83a933bc34d50c54081084db838841fe464.tar.xz
openshift-07beb83a933bc34d50c54081084db838841fe464.zip
Merge pull request #5903 from sdodson/dotnet-centos
Add centos based dotnet 2.0 image streams
Diffstat (limited to 'roles/openshift_examples/examples-sync.sh')
-rwxr-xr-xroles/openshift_examples/examples-sync.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_examples/examples-sync.sh b/roles/openshift_examples/examples-sync.sh
index 1a14c32f5..595190006 100755
--- a/roles/openshift_examples/examples-sync.sh
+++ b/roles/openshift_examples/examples-sync.sh
@@ -38,6 +38,7 @@ find 3scale-amp-openshift-templates-${RHAMP_TAG}/ -name '*.yml' -exec mv {} ${EX
popd
wget https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/master/dotnet_imagestreams.json -O ${EXAMPLES_BASE}/image-streams/dotnet_imagestreams.json
+wget https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/master/dotnet_imagestreams_centos.json -O ${EXAMPLES_BASE}/image-streams/dotnet_imagestreams_centos.json
wget https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/master/templates/dotnet-example.json -O ${EXAMPLES_BASE}/quickstart-templates/dotnet-example.json
wget https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/master/templates/dotnet-pgsql-persistent.json -O ${EXAMPLES_BASE}/quickstart-templates/dotnet-pgsql-persistent.json
wget https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/master/templates/dotnet-runtime-example.json -O ${EXAMPLES_BASE}/quickstart-templates/dotnet-runtime-example.json