Draft
Conversation
Rough draft of updated instructions for 02_builds.md containing MongoDB 8.2 upgrade, for review.
Work in Progress: partial changes to 03_deployment.md
…pushing. Made changes to mongo-ephemeral-template.yaml, 02_builds.md, and 03_deployment.md. Will test and verify on Monday before pushing.
Additional updates of mongodb instructions for 02_builds and 03_deployment
mtspn
reviewed
Feb 2, 2026
|
|
||
| ```oc:cli | ||
| oc -n [-tools] new-build https://github.com/BCDevOps/devops-platform-workshops-labs/ --context-dir=apps/rocketchat --name=rocketchat-[username] | ||
| oc -n [-tools] import-image rocketchat-[username]:latest \ |
Collaborator
There was a problem hiding this comment.
Let's use a set version of RC here rather than latest. Mainly since we caution people about using :latest when grabbing someobody else's image. We could have different results from students over time as rocketchat changes.
| ```oc:cli | ||
| oc -n [-tools] new-build https://github.com/BCDevOps/devops-platform-workshops-labs/ --context-dir=apps/rocketchat --name=rocketchat-[username] | ||
| oc -n [-tools] import-image rocketchat-[username]:latest \ | ||
| --from=docker.io/rocketchat/rocket.chat:latest \ |
| oc -n [-tools] describe imagestream rocketchat-[username] | ||
|
|
||
| # Verify the latest tag exists | ||
| oc -n [-tools] get imagestreamtag rocketchat-[username]:latest |
| @@ -1,80 +1,75 @@ | |||
| # Builds | |||
| In this lab, you will create a simple Docker based build for the Rocket Chat application. | |||
| In this lab, you will import the Rocket.Chat Docker image for use in your OpenShift environment. | |||
Collaborator
There was a problem hiding this comment.
Suggested change
| In this lab, you will import the Rocket.Chat Docker image for use in your OpenShift environment. | |
| In this lab, you will import the Rocket.Chat Docker image for use in your OpenShift environment. Although this section is called 'builds', we've temporarily removed image building from this section for now. |
mtspn
requested changes
Feb 3, 2026
Collaborator
mtspn
left a comment
There was a problem hiding this comment.
Looks good, tested all steps through builds/deployments and read through the rest. Changes requested per previous review.
Collaborator
|
Section 8 Persistent storage all tested too and working, added some minor updates. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating Modules 2 and 3 of the 101 lab to include the latest version of MongoDB for security purposes.