This repository was archived by the owner on May 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,13 @@ FROM ubuntu:14.04
1616
1717MAINTAINER Arthur Barr <
[email protected] >
1818
19+ # The URL to download the MQ installer from in tar.gz format
20+ ARG MQ_URL=http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/mqadv_dev90_linux_x86-64.tar.gz
21+
22+ # The MQ packages to install
23+ ARG MQ_PACKAGES="MQSeriesRuntime-*.rpm MQSeriesServer-*.rpm MQSeriesMsg*.rpm MQSeriesJava*.rpm MQSeriesJRE*.rpm MQSeriesGSKit*.rpm"
24+
1925RUN export DEBIAN_FRONTEND=noninteractive \
20- # The URL to download the MQ installer from in tar.gz format
21- && MQ_URL=http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/mqadv_dev90_linux_x86-64.tar.gz \
22- # The MQ packages to install
23- && MQ_PACKAGES="MQSeriesRuntime-*.rpm MQSeriesServer-*.rpm MQSeriesMsg*.rpm MQSeriesJava*.rpm MQSeriesJRE*.rpm MQSeriesGSKit*.rpm" \
2426 # Optional: Update the command prompt
2527 && echo "mq:9.0" > /etc/debian_chroot \
2628 # Install additional packages required by this install process and the runtime scripts
You can’t perform that action at this time.
0 commit comments