-
Notifications
You must be signed in to change notification settings - Fork 217
updating imagetool command in mii doc to use the chown option #1909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -262,6 +262,7 @@ If you don't see the `weblogic-deploy.zip` file, then you missed a step in the [ | |||
Now, you use the Image Tool to create an image named `model-in-image:WLS-v1` that's layered on a base WebLogic image. You've already set up this tool during the prerequisite steps. | |||
|
|||
Run the following commands to create the model image and verify that it worked: | |||
Note: If you are creating a WebLogic model-in-image, add --chown oracle:root to imagetool.sh command. When creating FMS images, do not use the --chown option. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When creating FMW Infrastructure images,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it.
docs-source/content/samples/simple/domains/model-in-image/initial.md
Outdated
Show resolved
Hide resolved
docs-source/content/samples/simple/domains/model-in-image/initial.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment.
@@ -93,7 +93,11 @@ Here are the steps for this use case: | |||
Now, you use the Image Tool to create an image named `model-in-image:WLS-v2` that's layered on a base WebLogic image. You've already set up this tool during the prerequisite steps. | |||
|
|||
Run the following commands to create the model image and verify that it worked: | |||
|
|||
|
|||
{{% notice note %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This note does not appear correctly in the UI, https://oracle.github.io/weblogic-kubernetes-operator/samples/simple/domains/model-in-image/update3/. My guess is that it is indented too much.
Updating the mii doc that when using imagetool to build images, chown option should be used.