You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/installation.md
+40-1Lines changed: 40 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,46 @@ Note that there is a short video demonstration of the installation process avail
11
11
[comment]: #( Note that you *must* create the `docker-registry` secret in the `weblogic-operator` namespace, so you will need to create the namespace first. )
12
12
[comment]: #( In this command, replace the uppercase items with the appropriate values. The `SECRET_NAME` will be needed in later parameter files. The `NAMESPACE` must match the namespace where the operator will be deployed. )
13
13
14
-
## Build the Docker image for the operator
14
+
## Build the Docker image for the operator using Wercker
15
+
16
+
You can build, test, and publish the Docker image for the operator directly from Wercker using the ```wercker.yml``` from this repository.
17
+
18
+
If you haven't done so already, navigate to [wercker.com](https://www.wercker.com) and create an account. Once you are logged in,
19
+
on the [app.wercker.com] (https://app.wercker.com) page press, "Create your first application."
20
+
21
+
Select GitHub (the default, if you are new to Wercker). If you haven't done so already, press the "Connect" button within the
22
+
larger GitHub button and follow the prompts to provide a login for GitHub. This connects your Wercker and GitHub accounts so
23
+
that Wercker pipelines will later be able to clone this repository. Press, "Next."
24
+
25
+
Select the repository from GitHub. This will be "oracle / weblogic-kubernetes-operator" or a different value if you
26
+
forked this repository. Press, "Next."
27
+
28
+
Configure Wercker's access to the GitHub repository. The default choice, "wercker will check out the code without using an SSH key",
29
+
is typically sufficient. Press, "Next."
30
+
31
+
Verify the settings so far on the review page and press, "Create."
32
+
33
+
Since this GitHub repository already has a ```wercker.yml``` file, you can skip directly to the "Environment" tab.
34
+
35
+
Please provide the following key/value pairs on the environment page. Remember that these values will be
36
+
visible to anyone to whom you give access to the Wercker application, therefore, select "Protected" for any
37
+
values that should remain hidden, including all passwords.
38
+
39
+
| Key | Value | OCIR Sample |
40
+
| --- | --- | --- |
41
+
| DOCKER_USERNAME | Username for the Docker store for pulling serverjre image ||
42
+
| DOCKER_PASSWORD | Password for the Docker store ||
0 commit comments