diff --git a/workshop/content/nationalparks-dotnet-databases.adoc b/workshop/content/nationalparks-dotnet-databases.adoc index 36fdb75..18818e9 100644 --- a/workshop/content/nationalparks-dotnet-databases.adoc +++ b/workshop/content/nationalparks-dotnet-databases.adoc @@ -41,6 +41,14 @@ be deployed with a single command. Not only that, they can be loaded into OpenShift from an external URL, which will allow you to keep your templates in a version control system. +== Exercise: Create the MongoDB ImageStream on the cluster + +In this step we will create a ImageStream object, which is a reference to the container image of the database. + +[source,bash,role=execute-1] +---- +oc create -f https://raw.githubusercontent.com/renatoppuccini/getting-started/main/mongoldb-imagestream.yaml +---- == Exercise: Instantiate a MongoDB Template diff --git a/workshop/content/nationalparks-java-databases.adoc b/workshop/content/nationalparks-java-databases.adoc index 30647a4..78a3739 100644 --- a/workshop/content/nationalparks-java-databases.adoc +++ b/workshop/content/nationalparks-java-databases.adoc @@ -38,6 +38,14 @@ be deployed with a single command. Not only that, they can be loaded into OpenShift from an external URL, which will allow you to keep your templates in a version control system. +== Exercise: Create the MongoDB ImageStream on the cluster + +In this step we will create a ImageStream object, which is a reference to the container image of the database. + +[source,bash,role=execute-1] +---- +oc create -f https://raw.githubusercontent.com/renatoppuccini/getting-started/main/mongoldb-imagestream.yaml +---- == Exercise: Instantiate a MongoDB Template diff --git a/workshop/content/nationalparks-python-databases.adoc b/workshop/content/nationalparks-python-databases.adoc index 1b7c6c5..ebe9ddc 100644 --- a/workshop/content/nationalparks-python-databases.adoc +++ b/workshop/content/nationalparks-python-databases.adoc @@ -41,6 +41,14 @@ be deployed with a single command. Not only that, they can be loaded into OpenShift from an external URL, which will allow you to keep your templates in a version control system. +== Exercise: Create the MongoDB ImageStream on the cluster + +In this step we will create a ImageStream object, which is a reference to the container image of the database. + +[source,bash,role=execute-1] +---- +oc create -f https://raw.githubusercontent.com/renatoppuccini/getting-started/main/mongoldb-imagestream.yaml +---- == Exercise: Instantiate a MongoDB Template