Skip to content

Commit 665939c

Browse files
authored
remove unused start scripts (#116)
1 parent f5a7d22 commit 665939c

File tree

6 files changed

+2
-157
lines changed

6 files changed

+2
-157
lines changed

imagetool/src/main/resources/container-scripts/startAdminServer.sh

Lines changed: 0 additions & 68 deletions
This file was deleted.

imagetool/src/main/resources/container-scripts/startManagedServer.sh

Lines changed: 0 additions & 61 deletions
This file was deleted.

imagetool/src/main/resources/container-scripts/waitForAdminServer.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

imagetool/src/main/resources/docker-files/Create_Image.mustache

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ RUN {{{oracle_home}}}/OPatch/opatch napply -silent -oh {{{oracle_home}}} -phBase
129129
ENV WDT_PKG=${WDT_PKG:-weblogic-deploy.zip} \
130130
WLSDEPLOY_PROPERTIES="{{wlsdeploy_properties}} -Djava.security.egd=file:/dev/./urandom" \
131131
LC_ALL=${DEFAULT_LOCALE:-en_US.UTF-8} \
132-
PROPERTIES_FILE_DIR={{{oracle_home}}}/properties \
133132
DOMAIN_HOME={{{domain_home}}}
134133

135134
COPY --chown={{userid}}:{{groupid}} ${WDT_PKG} {{{tempDir}}}/
@@ -141,8 +140,7 @@ RUN {{{oracle_home}}}/OPatch/opatch napply -silent -oh {{{oracle_home}}} -phBase
141140

142141
RUN cd {{{wdt_home}}} \
143142
&& mkdir models \
144-
&& mkdir -p $(dirname {{{domain_home}}}) \
145-
&& mkdir -p ${PROPERTIES_FILE_DIR}
143+
&& mkdir -p $(dirname {{{domain_home}}})
146144

147145
{{#wdtModels}}
148146
COPY --chown={{userid}}:{{groupid}} {{{.}}} {{{wdt_home}}}/models/
@@ -206,7 +204,6 @@ ENV ORACLE_HOME={{{oracle_home}}} \
206204
DOMAIN_HOME={{{domain_home}}} \
207205
{{/isWdtEnabled}}
208206
LC_ALL=${DEFAULT_LOCALE:-en_US.UTF-8} \
209-
PROPERTIES_FILE_DIR={{{oracle_home}}}/properties \
210207
PATH=${PATH}:{{{java_home}}}/bin:{{{oracle_home}}}/oracle_common/common/bin:{{{oracle_home}}}/wlserver/common/bin:{{{oracle_home}}}{{#isWdtEnabled}}:${{{domain_home}}}/bin{{/isWdtEnabled}}
211208

212209
LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"

imagetool/src/main/resources/docker-files/Rebase_Image.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ COPY --from=SOURCE_IMAGE --chown={{userid}}:{{groupid}} {{domain_home}} {{domain
155155
JAVA_HOME={{{java_home}}} \
156156
{{/installJava}}
157157
LC_ALL=${DEFAULT_LOCALE:-en_US.UTF-8} \
158-
PROPERTIES_FILE_DIR={{{oracle_home}}}/properties \
159158
PATH=${PATH}:{{{java_home}}}/bin:{{{oracle_home}}}/oracle_common/common/bin:{{{oracle_home}}}/wlserver/common/bin:{{{oracle_home}}}
160159

161160
LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"

imagetool/src/main/resources/docker-files/Update_Image.mustache

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
ENV WDT_PKG=${WDT_PKG:-weblogic-deploy.zip} \
1414
WLSDEPLOY_PROPERTIES={{wlsdeploy_properties}} \
1515
LC_ALL=${DEFAULT_LOCALE:-en_US.UTF-8} \
16-
PROPERTIES_FILE_DIR={{{oracle_home}}}/properties \
1716
DOMAIN_HOME={{{domain_home}}} \
1817
PATH=${PATH}:{{{java_home}}}/bin:{{{oracle_home}}}/oracle_common/common/bin:{{{oracle_home}}}/wlserver/common/bin:{{{domain_home}}}/bin:{{{oracle_home}}}
1918

@@ -28,8 +27,7 @@
2827

2928
RUN cd {{{wdt_home}}} \
3029
&& mkdir models \
31-
&& mkdir -p $(dirname {{{domain_home}}}) \
32-
&& mkdir -p ${PROPERTIES_FILE_DIR}
30+
&& mkdir -p $(dirname {{{domain_home}}})
3331

3432
{{#wdtModels}}
3533
COPY --chown={{userid}}:{{groupid}} {{.}} {{{wdt_home}}}/models/

0 commit comments

Comments
 (0)