Skip to content

Commit 1a85d9b

Browse files
authored
Merge pull request #17 from ibm-cloud-architecture/rebuild
Rebuild
2 parents 0048bb3 + c96f0a9 commit 1a85d9b

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

docs/containers/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# What are Containers
1+
# What are Containers?
22

33
You wanted to run your application on different computing environments. It may be your laptop, test environment, staging environment or production environment.
44

@@ -20,7 +20,7 @@ For example, Docker created standard way to create images for Linux Containers.
2020

2121
[Container Basics :fontawesome-regular-file-pdf:](./materials/02-Containers-Basics.pdf){ .md-button }
2222

23-
## Why containers ?
23+
## Why Containers?
2424

2525
- We can run them anywhere.
2626
- They are lightweight .

docs/labs/devops/ibm-toolchain/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# IBM Toolchain Lab
2+
23
By following this tutorial, you create an open toolchain that includes a Tekton-based delivery pipeline. You then use the toolchain and DevOps practices to develop a simple "Hello World" web application (app) that you deploy to the IBM Cloud Kubernetes Service.
34

45
[Tekton](https://www.ibm.com/cloud/blog/tekton-a-modern-approach-to-continuous-delivery") is an open source, vendor-neutral, Kubernetes-native framework that you can use to build, test, and deploy apps to [Kubernetes](https://www.ibm.com/cloud/learn/kubernetes). Tekton provides a set of shared components for building [continuous integration](https://www.ibm.com/cloud/learn/continuous-integration) and [continuous delivery](https://www.ibm.com/cloud/learn/continuous-delivery) (CICD) systems. As an open source project, Tekton is managed by the [Continuous Delivery Foundation](https://cd.foundation) (CDF). The goal is to modernize continuous delivery by providing industry specifications for pipelines, workflows, and other building blocks. With Tekton, you can build, test, and deploy across cloud providers or on-premises systems by abstracting the underlying implementation details. Tekton pipelines are built in to [ IBM Cloud™ Continuous Delivery.](https://www.ibm.com/cloud/blog/announcements/build-and-deliver-using-tekton-enabled-pipelines).

docs/labs/devops/jenkins/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Jenkins Lab
2+
23
=== "OpenShift"
34

45
## Introduction

docs/labs/devops/tekton/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Tekton Lab
2+
13
=== "OpenShift"
24

35
## Prerequisites

docs/labs/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Activities
1+
# Labs
22

33
## Containers
44

@@ -32,7 +32,7 @@
3232
| Task | Description | Link |
3333
| ---------------------------------- | --------------------------------------------------- | :---------------------------------------------------------------- |
3434
| **_Walkthroughs_** | | |
35-
| Deploying Applications From Source | Using OpenShift 4 | [S2I](https://learn.openshift.com/introduction/deploying-python/) |
35+
| Deploying Applications From Source | Using OpenShift 4 | [S2I](https://docs.openshift.com/container-platform/4.17/openshift_images/using_images/using-s21-images.html) |
3636
| **_Try It Yourself_** | | |
3737
| Tekton Lab | Using Tekton to test new versions of applications. | [Tekton](devops/tekton/index.md) |
3838
| IBM Cloud DevOps | Using IBM Cloud ToolChain with Tekton | [Tekton on IBM Cloud](devops/ibm-toolchain/index.md) |
@@ -41,10 +41,9 @@
4141
## GitOps
4242

4343
| Task | Description | Link |
44-
| --------------------- | ------------------------------------------------ | :------------------------------------------------------------------------------- | --- |
44+
| --------------------- | ------------------------------------------------ | :------------------------------------------------------------------------------- |
4545
| **_Walkthroughs_** | | | |
4646
| GitOps | Introduction to GitOps with OpenShift | [Learn OpenShift](https://learn.openshift.com/introduction/gitops-introduction/) |
47-
| GitOps Multi-cluster | Multi-cluster GitOps with OpenShift | [Learn OpenShift](https://learn.openshift.com/introduction/gitops-multicluster/) |
4847
| **_Try It Yourself_** | | |
4948
| ArgoCD Lab | Learn how to setup ArgoCD and Deploy Application | [ArgoCD](devops/argocd/index.md) |
5049

0 commit comments

Comments
 (0)