openshift / pipelines-tutorial

A step-by-step tutorial showing OpenShift Pipelines
Apache License 2.0
298 stars 623 forks source link

Update tutorial [WIP] #37

Closed piyush-garg closed 4 years ago

piyush-garg commented 4 years ago

/hold

siamaksade commented 4 years ago

A z-stream release is going out this week that fixes the web console. We can remove this note: https://github.com/openshift/pipelines-tutorial/pull/37/files#diff-04c6e90faac2675aa89e2176d2eec7d8R300-R303

siamaksade commented 4 years ago

Pipeline list should get updated: https://github.com/openshift/pipelines-tutorial/pull/37/files#diff-04c6e90faac2675aa89e2176d2eec7d8R308-R311

siamaksade commented 4 years ago

Could we switch to use Deployments instead of DeploymentConfigs? And no imagestream. Route is fine. Here is the petclinic examples as a reference: https://github.com/siamaksade/openshift-pipelines-examples/blob/master/demos/petclinic/base/petclinic.yaml

siamaksade commented 4 years ago

All screenshots are from the admin console. We should show dev console since the pipeline section is there.

siamaksade commented 4 years ago

Both build-api and build-ui show a dockerfile build with buildah. Could we use s2i for one of them? It should be much quicker compared to S2I java