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
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/how-to-guides/Secure-your-supply-chain/proc_java_dependencies.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ When using the JVM Build Service, the user workflow is as follows:
18
18
19
19
* The system builds your application by using community dependencies.
20
20
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.
22
22
23
23
* 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.
24
24
@@ -50,15 +50,15 @@ Many of the commands can be setup using the JVM Build Service CLI. The CLI is cu
50
50
51
51
.Procedure
52
52
53
-
. To use the docker image, create the following alias:
53
+
. To use the Docker image, create the following alias:
54
54
55
55
+
56
56
```
57
57
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'
58
58
```
59
59
60
60
. 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:
62
62
63
63
+
64
64
```
@@ -78,7 +78,7 @@ You can set up the JVM Build Service in the following ways:
78
78
79
79
=== Setting up with the CLI
80
80
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.
82
82
83
83
.Prerequisite
84
84
@@ -96,7 +96,7 @@ found .dockerconfigjson secret with appropriate token keys in namespace sdouglas
96
96
Rebuilds setup successfully
97
97
----
98
98
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.
0 commit comments