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: examples/016_simple_docker_image/README.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ The `image-assembly.xml` descriptor file is shown below, and configures the foll
205
205
* There are two `<fileSets>` configured:
206
206
** The first copies any class files in `target/classes` to `app/classes` (which will actually be `target/docker/app/classes`)
207
207
** The second copies all files under `src/docker` (i.e. the `Dockerfile`) into `target/docker`
208
-
* The `<dependencySets>` configuration copies all the project dependencies (including transitive dependencies) to the `app/libs` directory (actually the `target/docker/app/libs` directory). Any version information will be stripped from the files, so `coherence-22.06.7.jar` would become `coherence.jar`.
208
+
* The `<dependencySets>` configuration copies all the project dependencies (including transitive dependencies) to the `app/libs` directory (actually the `target/docker/app/libs` directory). Any version information will be stripped from the files, so `coherence-22.06.10.jar` would become `coherence.jar`.
209
209
210
210
[source,xml]
211
211
.src/assembly/image-assembly.xml
@@ -274,7 +274,7 @@ In the `build.gradle` file we add the bom as a platform dependency and then add
0 commit comments