Skip to content

Commit

Permalink
Updated Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bkribbs15 committed Jul 25, 2024
1 parent 77e207f commit c1804ef
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 0 additions & 2 deletions docs/labs/containers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,5 +367,3 @@ You have successfully completed this lab! Let's take a look at what you learned
- Ran the Greetings service on Docker.
Congratulations !!!
Check out the [Solution](./solution/)
4 changes: 2 additions & 2 deletions docs/labs/devops/tekton/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@

- Create a Task to build a container image and push to the registry
- This task will be later used by the pipeline.
- Download the task file [task-buildah.yaml](/yamls/tekton-lab/task-buildah.yaml) to build the image, push the image to the registy:
- Download the task file [task-buildah.yaml](https://hub.tekton.dev/tekton/task/buildah) to build the image, push the image to the registy:
- Create the `buildah` Task using the file and the command:
```
oc apply -f task-buildah.yaml -n $NAMESPACE
Expand Down Expand Up @@ -663,7 +663,7 @@

- Create a Task to build a container image and push to the registry
- This task will be later used by the pipeline.
- Download the task file [task-buildah.yaml](/yamls/tekton-lab/task-buildah.yaml) to build the image, push the image to the registy:
- Download the task file [task-buildah.yaml](https://hub.tekton.dev/tekton/task/buildah) to build the image, push the image to the registy:
- Create task buildah
- Create the `buildah` Task using the file and the command:
```bash
Expand Down
1 change: 0 additions & 1 deletion docs/openshift/installations/ibmcloud.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,4 @@ Here is a course for learning (or brushing up) on working from the linux command


## Next Steps
Once Setup is complete, you can now begin reading our about [Cloud Native](../cloud-native) by clicking the link, or the `Next` button below.
Once Setup is complete, you can now begin reading our about [Cloud Native](./cloud-native/index.md by clicking the link, or the `Next` button below.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not use with Docker builds, only for local dev with mkdocs CLI
mkdocs-material>=8.2
mkdocs-minify-plugin>=0.4.0
mkdocs-material>=9.5
mkdocs-minify-plugin>=0.7.0
#mkdocs-redirects>=1.0.3
mkdocs-video>=1.1.0
mkdocs-git-revision-date-localized-plugin>=1.0
mkdocs-video>=1.5.0
mkdocs-git-revision-date-localized-plugin>=1.2.6
git+https://github.com/linkchecker/linkchecker@v10.0.1#egg=linkchecker

0 comments on commit c1804ef

Please sign in to comment.