Skip to content

Commit

Permalink
[KOGITO-7278][KSW-Guides] Building Workflow Images with Tekton Pipel…
Browse files Browse the repository at this point in the history
…ines

Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed May 26, 2023
1 parent 172278b commit 92d4c2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions serverlessworkflow/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ asciidoc:
openshift_application_data_services_service_registry_url: https://console.redhat.com/application-services/service-registry
openshift_application_data_services_apache_kafka_url: https://console.redhat.com/application-services/streams/kafkas
camel_url: https://camel.apache.org/
tekton_cli_url: https://tekton.dev/docs/cli/
tekton_minikube: https://github.com/tektoncd/pipeline/blob/main/docs/developers/local-setup.md#using-minikube
tekton_kind: https://github.com/tektoncd/plumbing/tree/main/hack
tekton_k8s: https://tekton.dev/docs/pipelines/install/
tekton_dashboard: https://tekton.dev/docs/dashboard/
# must align this version
camel_extensions_url: https://camel.apache.org/camel-quarkus/2.14.x/reference/extensions
kaoto_url: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-kaoto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ and a namespace where you can install Tekton i.e. `custom-namespace`.
Tekton CLI:

- On Openshift in the Operator pipelines is available a link to download the correct cli from the operaotr
- On Minikube/kind/Kubernetes use this link https://tekton.dev/docs/cli/
- On Minikube/kind/Kubernetes use this {tekton_cli_url}[link]
== Install Tekton pipeline

If you are using Openshift, you can install the Red Hat Pipeline Operator.
If you are using Minikube, you can follow this link:https://github.com/tektoncd/pipeline/blob/main/docs/developers/local-setup.md#using-minikube[tekton guide for Minikube].
If you are using Kind you can follow this link:https://github.com/tektoncd/plumbing/tree/main/hack[Tekton guide for Kind].
If you want to use it on a plain kubernetes cluster, you can follow this link:https://tekton.dev/docs/pipelines/install/[Tekton guide for kubernetes].
If you are using OpenShift, you can install the Red Hat Pipeline Operator.
If you are using Minikube, you can follow this link: {tekton_minikube}[[tekton guide for Minikube].
If you are using Kind you can follow this {tekton_kind}[Tekton guide for Kind].
If you want to use it on a plain kubernetes cluster, you can follow this {tekton_k8s}[Tekton guide for kubernetes].

== Create the pipeline

Expand Down Expand Up @@ -134,7 +134,7 @@ at the end your image will be available at:
image-registry.openshift-image-registry.svc:5000/custom-namespace/<your-image-name>:latest

On Minikube, Kind or plain Kubernetes cluster you can install the
link:{https://tekton.dev/docs/dashboard/}[Tekton Dashboard]
{tekton_dashboard}[Tekton Dashboard]

Otherwise replace the in the custom-workflow-image-pipeline-run.yaml and execute
----
Expand Down

0 comments on commit 92d4c2c

Please sign in to comment.