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
16
16
17
17
MAINTAINER Arthur Barr <arthur.barr@uk.ibm.com>
18
18
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
+
19
25
RUN 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" \
24
26
# Optional: Update the command prompt
25
27
&& echo "mq:9.0" > /etc/debian_chroot \
26
28
# Install additional packages required by this install process and the runtime scripts
You can’t perform that action at this time.
0 commit comments