Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 4ff34f1

Browse files
author
jc-berger
committed
applied doc feedback
1 parent 2d8dc23 commit 4ff34f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/modules/ROOT/pages/how-to-guides/Secure-your-supply-chain/proc_java_dependencies.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When using the JVM Build Service, the user workflow is as follows:
1818

1919
* The system builds your application by using community dependencies.
2020

21-
* The JVM Build Service analyzes your application and determines the dependencies that the system needs to rebuild.
21+
* The JVM Build Service analyzes your application and determines which dependencies the system needs to rebuild.
2222

2323
* The JVM Build Service generates `ArtifactBuild` objects to represent each artifact in your application before determining to which repository the artifacts belong. The JVM Build Service tags from which systems the artifacts derive.
2424

@@ -50,15 +50,15 @@ Many of the commands can be setup using the JVM Build Service CLI. The CLI is cu
5050

5151
.Procedure
5252

53-
. To use the docker image, create the following alias:
53+
. To use the Docker image, create the following alias:
5454

5555
+
5656
```
5757
alias jbs='docker run --mount type=bind,source=$HOME/.kube/config,target=/kube --mount type=bind,source=$HOME/.github,target=/root/.github --env KUBECONFIG=/kube -it --rm quay.io/redhat-appstudio/hacbs-jvm-cli:latest'
5858
```
5959

6060
. To update the latest version, create an updated alias.
61-
. To pull the latest version of the docker image, run the updated alias:
61+
. To pull the latest version of the Docker image, run the updated alias:
6262

6363
+
6464
```
@@ -78,7 +78,7 @@ You can set up the JVM Build Service in the following ways:
7878

7979
=== Setting up with the CLI
8080

81-
If you do not require explicit quay.io configuration, you can simply set up the JVM Build Service. The JVM Build service automatically creates rebuilds for you and creates a quary repository to store your rebuilt artifacts.
81+
If you do not require explicit quay.io configuration, you can simply set up the JVM Build Service. The JVM Build service automatically creates rebuilds for you and creates a query repository to store your rebuilt artifacts.
8282

8383
.Prerequisite
8484

@@ -96,7 +96,7 @@ found .dockerconfigjson secret with appropriate token keys in namespace sdouglas
9696
Rebuilds setup successfully
9797
----
9898

99-
The `setup rebuilds` command automatically performs the steps detailed below and creates rebuilds for you. The JVM Build Service automatically creates a quary repository to store your rebuilt artifacts.
99+
The `setup rebuilds` command automatically performs the steps detailed below and creates rebuilds for you. The JVM Build Service automatically creates a query repository to store your rebuilt artifacts.
100100

101101
=== Setting up without Quay.io configuration*
102102

0 commit comments

Comments
 (0)