@@ -15,38 +15,38 @@ Note that there is a short video demonstration of the installation process avail
15
15
16
16
You can build, test, and publish the Docker image for the operator directly from Wercker using the ``` wercker.yml ``` from this repository.
17
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."
18
+ If you haven't done so already, navigate to [ wercker.com] ( https://www.wercker.com ) and create an account. After you are logged in,
19
+ on the [ app.wercker.com] ( https://app.wercker.com ) page, click "Create your first application."
20
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."
21
+ Select GitHub (the default, if you are new to Wercker). If you haven't done so already, click 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. Click "Next."
24
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."
25
+ Select the repository from GitHub. This will be ` oracle / weblogic-kubernetes-operator ` or a different value if you
26
+ forked this repository. Click "Next."
27
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."
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. Click "Next."
30
30
31
- Verify the settings so far on the review page and press, "Create."
31
+ Verify the settings so far on the review page and click "Create."
32
32
33
- Since this GitHub repository already has a ``` wercker.yml ``` file, you can skip directly to the "Environment" tab.
33
+ Because this GitHub repository already has a ``` wercker.yml ``` file, you can skip directly to the "Environment" tab.
34
34
35
- Please provide the following key/value pairs on the environment page. Remember that these values will be
35
+ Please provide the following key/value pairs on the Environment page. Remember that these values will be
36
36
visible to anyone to whom you give access to the Wercker application, therefore, select "Protected" for any
37
37
values that should remain hidden, including all passwords.
38
38
39
39
| Key | Value | OCIR Sample |
40
40
| --- | --- | --- |
41
- | DOCKER_USERNAME | Username for the Docker store for pulling serverjre image | |
42
- | DOCKER_PASSWORD | Password for the Docker store | |
43
- | REPO_REGISTRY| Registry address | https://phx.ocir.io/v2 |
44
- | REPO_REPOSITORY | Repository value | phx.ocir.io/<your tenancy >/weblogic-kubernetes-operator |
45
- | REPO_USERNAME | Username for registry | <your tenancy >/<your username > |
46
- | REPO_PASSWORD | Password for registry | Use generated SWIFT password |
47
- | IMAGE_TAG_OPERATOR | Image tag, such as 0.2 or latest | |
48
-
49
- Select the "Runs" tab. Skip to the bottom and press, "Trigger your first build now."
41
+ | ` DOCKER_USERNAME ` | Username for the Docker store for pulling server JRE image | |
42
+ | ` DOCKER_PASSWORD ` | Password for the Docker store | |
43
+ | ` REPO_REGISTRY ` | Registry address | ` https://phx.ocir.io/v2 ` |
44
+ | ` REPO_REPOSITORY ` | Repository value | ` phx.ocir.io/<your tenancy>/weblogic-kubernetes-operator ` |
45
+ | ` REPO_USERNAME ` | Username for registry | ` <your tenancy>/<your username> ` |
46
+ | ` REPO_PASSWORD ` | Password for registry | ` Use generated SWIFT password ` |
47
+ | ` IMAGE_TAG_OPERATOR ` | Image tag, such as 0.2 or latest | |
48
+
49
+ Select the "Runs" tab. Scroll to the bottom and click "Trigger your first build now."
50
50
51
51
When the run completes successfully, the Docker image for the operator will be built and published to your repository.
52
52
0 commit comments