From 281cdc4578c197d84064cccc780471168ddc2853 Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Tue, 5 Mar 2019 09:47:58 +0000 Subject: [PATCH] Update RHEL build README --- mq-advanced-server-rhel/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/mq-advanced-server-rhel/README.md b/mq-advanced-server-rhel/README.md index c446168..ad6e438 100644 --- a/mq-advanced-server-rhel/README.md +++ b/mq-advanced-server-rhel/README.md @@ -1,7 +1,3 @@ -This is a work-in-progress for a Docker image based on Red Hat Enterprise Linux (RHEL). +# RHEL-based container build -The current MQ container build requires Docker V17.05 or greater (required features include multi-stage Docker build, and "ARG"s in the "FROM" statement). Red Hat Enterprise Linux V7.5 includes Docker up to version V1.13. - -In order to build images with Red Hat Enterprise Linux, license registration is required. The license of the host server can be used, as long as you either use Red Hat's patched version of Docker (which is an old version), or if you use alternative container management tools such as [`buildah`](https://github.com/projectatomic/buildah/) and `podman` (from [`libpod`](https://github.com/projectatomic/libpod)). - -This directory contains scripts for building with `buildah`. The build itself isn't containerized, so more software than usual is needed on the RHEL host, so an Ansible playbook is also provided to help set up the host. \ No newline at end of file +Build scripts for building a container image based on Red Hat Enterprise Linux (RHEL), using the [`buildah`](https://github.com/containers/buildah) tool. buildah is supported on RHEL V7.5 and greater. \ No newline at end of file