Fix MQ Developer scripts to allow centos image building

This commit is contained in:
Rob Parker
2018-06-20 13:18:49 +01:00
parent 5c176cce15
commit ea7105c82c
7 changed files with 128 additions and 23 deletions

View File

@@ -12,14 +12,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM ubuntu:16.04
ARG BASE_IMAGE=ubuntu:16.04
FROM $BASE_IMAGE
# The URL to download the MQ installer from in tar.gz format
# This assumes an archive containing the MQ Debian (.deb) install packages
ARG MQ_URL
# The packages to install in install-mq.sh
ENV MQ_PACKAGES="ibmmq-sdk ibmmq-samples build-essential"
ARG MQ_PACKAGES
COPY install-mq.sh /usr/local/bin/