File tree 2 files changed +4
-4
lines changed
imagetool/src/main/resources/docker-files
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ RUN mkdir -p {{{oracle_home}}} \
21
21
&& chown { {userid} }:{ {groupid} } { {orainv_dir} } \
22
22
&& chown { {userid} }:{ {groupid} } { {{oracle_home} }}
23
23
24
- { {#installJava} }COPY --from=jdk_build --chown={ {userid} }:{ {groupid} } { {{java_home} }} { {{java_home} }}/
24
+ { {#installJava} }COPY --from=jdk_build --chown={ {userid} }:{ {groupid} } [" { {{java_home} }}", " { {{java_home} }}/"]
25
25
{ {/installJava} }
26
26
27
- { {#installPackages} }COPY --chown={ {userid} }:{ {groupid} } { {installerFilename} } { {responseFile.name} } { {{tempDir} }}/{ {{type} }}/
27
+ { {#installPackages} }COPY --chown={ {userid} }:{ {groupid} } [" { {installerFilename} }", " { {responseFile.name} }", " { {{tempDir} }}/{ {{type} }}/"]
28
28
{ {/installPackages} }
29
29
COPY --chown={ {userid} }:{ {groupid} } oraInst.loc { {inv_loc} }/
30
30
@@ -38,7 +38,7 @@ RUN echo "INSTALLING MIDDLEWARE" \
38
38
{ {#installPackages} }
39
39
&& echo "INSTALLING { {type} }" \
40
40
# If installer is packaged in a ZIP, extract it before running it
41
- { {#isZip} }&& unzip -q { {{tempDir} }}/{ {{type} }}/{ {installerFilename} } -d { {{tempDir} }}/{ {{type} }} { {/isZip} } \
41
+ { {#isZip} }&& unzip -q " { {{tempDir} }}/{ {{type} }}/{ {installerFilename} }" -d { {{tempDir} }}/{ {{type} }} { {/isZip} } \
42
42
{ {#preinstallCommands} }&& { {{tempDir} }}/{ {{type} }}/{ {{.} }} { {/preinstallCommands} } \
43
43
# IF the installer is a JAR file (not a .bin), run the silent install using Java
44
44
{ {^isBin} } && { {{java_home} }}/bin/java -Xmx1024m -jar { {{tempDir} }}/{ {{type} }}/{ {jarName} } \
Original file line number Diff line number Diff line change 281
281
<plugin >
282
282
<groupId >org.sonarsource.scanner.maven</groupId >
283
283
<artifactId >sonar-maven-plugin</artifactId >
284
- <version >4 .0.0.4121 </version >
284
+ <version >5 .0.0.4389 </version >
285
285
</plugin >
286
286
<plugin >
287
287
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments