Skip to content

Commit

Permalink
Merge pull request #183 from ot4i/12.0.4.0-r2a
Browse files Browse the repository at this point in the history
12.0.4.0-r2 Update
  • Loading branch information
IBMRob authored May 26, 2022
2 parents 989ad7d + 0e16de7 commit 696208b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ ARG DOWNLOAD_URL=http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/i

RUN mkdir -p /opt/ibm/ace-12 \
&& if [ -z $USERNAME ]; then curl ${DOWNLOAD_URL}; else curl -u "${USERNAME}:${PASSWORD}" ${DOWNLOAD_URL}; fi | \
tar zx --absolute-names --exclude ace-12.\*/tools --exclude ace-12.\*/server/bin/TADataCollector.sh --exclude ace-12.\*/server/transformationAdvisor/ta-plugin-ace.jar --strip-components 1 --directory /opt/ibm/ace-12
tar zx --absolute-names \
--exclude ace-12.0.*.0/tools \
--exclude ace-12.0.*.0/server/tools/ibm-dfdl-java.zip \
--exclude ace-12.0.*.0/server/tools/proxyservlet.war \
--exclude ace-12.0.*.0/server/bin/TADataCollector.sh \
--exclude ace-12.0.*.0/server/transformationAdvisor/ta-plugin-ace.jar \
--strip-components 1 \
--directory /opt/ibm/ace-12

FROM registry.access.redhat.com/ubi8/ubi-minimal

Expand Down

0 comments on commit 696208b

Please sign in to comment.