From bc0a2a88b36c5fc1f647494165e507188601e774 Mon Sep 17 00:00:00 2001 From: Godson Fortil Date: Tue, 26 Feb 2019 16:22:05 -0500 Subject: [PATCH 1/2] HPCC-21564 Update Dockerfiles for HPCC-6.4.36-1 and HPCC-7.0.14-1 Signed-off-by: Godson Fortil --- 6/Dockerfile | 4 ++-- 7/Dockerfile | 4 ++-- 7/Dockerfile_FB | 4 ++-- 7/Dockerfile_Spark | 4 ++-- README.md | 6 ++++-- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/6/Dockerfile b/6/Dockerfile index 3594bf3..acb3d47 100644 --- a/6/Dockerfile +++ b/6/Dockerfile @@ -3,8 +3,8 @@ FROM hpccsystems/hpcc-base:6-xenial RUN apt-get update && apt-get install -y iputils-ping RUN groupadd hpcc && useradd -s /bin/bash -r -m -d /home/hpcc -g hpcc -c "hpcc Runtime User" hpcc -ENV VERSION 6.4.32 -ENV FULL_VERSION 6.4.32-1 +ENV VERSION 6.4.36 +ENV FULL_VERSION 6.4.36-1 #ENV PLATFORM_DOWNLOAD_MD5 a62b43a1ef1ecf7d8d702d9033e9cf39 ENV PLATFORM_PACKAGE hpccsystems-platform-community_${FULL_VERSION}xenial_amd64.deb diff --git a/7/Dockerfile b/7/Dockerfile index f6f5752..ac1ba70 100644 --- a/7/Dockerfile +++ b/7/Dockerfile @@ -3,8 +3,8 @@ FROM hpccsystems/hpcc-base:7-xenial RUN apt-get update && apt-get install -y iputils-ping curl xterm RUN groupadd hpcc && useradd -s /bin/bash -r -m -d /home/hpcc -g hpcc -c "hpcc Runtime User" hpcc -ENV VERSION 7.0.8 -ENV FULL_VERSION 7.0.8-1 +ENV VERSION 7.0.14 +ENV FULL_VERSION 7.0.14-1 #ENV PLATFORM_DOWNLOAD_MD5 ef58e94dcc66a45cb0fc8202e68b50d9 ENV PLATFORM_PACKAGE hpccsystems-platform-community_${FULL_VERSION}xenial_amd64.deb diff --git a/7/Dockerfile_FB b/7/Dockerfile_FB index 9bbbfa3..0d8e143 100644 --- a/7/Dockerfile_FB +++ b/7/Dockerfile_FB @@ -7,8 +7,8 @@ RUN wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | apt-key add RUN apt-get update RUN apt-get install -y filebeat -ENV VERSION 7.0.8 -ENV FULL_VERSION 7.0.8-1 +ENV VERSION 7.0.14 +ENV FULL_VERSION 7.0.14-1 #ENV PLATFORM_DOWNLOAD_MD5 ef58e94dcc66a45cb0fc8202e68b50d9 ENV PLATFORM_PACKAGE hpccsystems-platform-community_${FULL_VERSION}xenial_amd64.deb diff --git a/7/Dockerfile_Spark b/7/Dockerfile_Spark index 4a4b873..cf910fb 100644 --- a/7/Dockerfile_Spark +++ b/7/Dockerfile_Spark @@ -7,8 +7,8 @@ RUN apt-get install -y openjdk-8-jdk iproute2 RUN groupadd hpcc && useradd -s /bin/bash -r -m -d /home/hpcc -g hpcc -c "hpcc Runtime User" hpcc -ENV VERSION 7.0.8 -ENV FULL_VERSION 7.0.8-1 +ENV VERSION 7.0.14 +ENV FULL_VERSION 7.0.14-1 #ENV PLATFORM_DOWNLOAD_MD5 a62b43a1ef1ecf7d8d702d9033e9cf39 ENV PLATFORM_PACKAGE hpccsystems-platform-community_${FULL_VERSION}xenial_amd64.deb diff --git a/README.md b/README.md index 0a2cebf..867a828 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # Docker HPCC ### Supported tags and respective Dockerfile links -* 7.0.8-1 latest [(7/Dockerfile)](https://github.com/hpcc-systems/docker-hpcc/tree/master/7/Dockerfile) +* 7.0.14-1 latest [(7/Dockerfile)](https://github.com/hpcc-systems/docker-hpcc/tree/master/7/Dockerfile) +* 7.0.8-1 * 7.0.6-1 * 7.0.4-1 * 7.0.2-1 * 7.0.0-1 -* 6.4.32-1 [(6/Dockerfile)](https://github.com/hpcc-systems/docker-hpcc/tree/master/6/Dockerfile) +* 6.4.36-1 [(6/Dockerfile)](https://github.com/hpcc-systems/docker-hpcc/tree/master/6/Dockerfile) +* 6.4.32-1 * 6.4.30-1 * 6.4.28-1 * 6.4.26-1 From 001fbf1a61d84f013708d347e4a7e1a12517095d Mon Sep 17 00:00:00 2001 From: Godson Fortil Date: Tue, 12 Mar 2019 09:54:42 -0400 Subject: [PATCH 2/2] HPCC-21630 Update Dockerfiles for HPCC-7.0.18-1 and HPCC-6.4.40-1 Signed-off-by: Godson Fortil --- 6/Dockerfile | 4 ++-- 7/Dockerfile | 4 ++-- 7/Dockerfile_FB | 4 ++-- 7/Dockerfile_Spark | 4 ++-- README.md | 8 ++++++-- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/6/Dockerfile b/6/Dockerfile index acb3d47..d35e81e 100644 --- a/6/Dockerfile +++ b/6/Dockerfile @@ -3,8 +3,8 @@ FROM hpccsystems/hpcc-base:6-xenial RUN apt-get update && apt-get install -y iputils-ping RUN groupadd hpcc && useradd -s /bin/bash -r -m -d /home/hpcc -g hpcc -c "hpcc Runtime User" hpcc -ENV VERSION 6.4.36 -ENV FULL_VERSION 6.4.36-1 +ENV VERSION 6.4.40 +ENV FULL_VERSION 6.4.40-1 #ENV PLATFORM_DOWNLOAD_MD5 a62b43a1ef1ecf7d8d702d9033e9cf39 ENV PLATFORM_PACKAGE hpccsystems-platform-community_${FULL_VERSION}xenial_amd64.deb diff --git a/7/Dockerfile b/7/Dockerfile index ac1ba70..e40fb06 100644 --- a/7/Dockerfile +++ b/7/Dockerfile @@ -3,8 +3,8 @@ FROM hpccsystems/hpcc-base:7-xenial RUN apt-get update && apt-get install -y iputils-ping curl xterm RUN groupadd hpcc && useradd -s /bin/bash -r -m -d /home/hpcc -g hpcc -c "hpcc Runtime User" hpcc -ENV VERSION 7.0.14 -ENV FULL_VERSION 7.0.14-1 +ENV VERSION 7.0.18 +ENV FULL_VERSION 7.0.18-1 #ENV PLATFORM_DOWNLOAD_MD5 ef58e94dcc66a45cb0fc8202e68b50d9 ENV PLATFORM_PACKAGE hpccsystems-platform-community_${FULL_VERSION}xenial_amd64.deb diff --git a/7/Dockerfile_FB b/7/Dockerfile_FB index 0d8e143..9904da6 100644 --- a/7/Dockerfile_FB +++ b/7/Dockerfile_FB @@ -7,8 +7,8 @@ RUN wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | apt-key add RUN apt-get update RUN apt-get install -y filebeat -ENV VERSION 7.0.14 -ENV FULL_VERSION 7.0.14-1 +ENV VERSION 7.0.18 +ENV FULL_VERSION 7.0.18-1 #ENV PLATFORM_DOWNLOAD_MD5 ef58e94dcc66a45cb0fc8202e68b50d9 ENV PLATFORM_PACKAGE hpccsystems-platform-community_${FULL_VERSION}xenial_amd64.deb diff --git a/7/Dockerfile_Spark b/7/Dockerfile_Spark index cf910fb..6e70b27 100644 --- a/7/Dockerfile_Spark +++ b/7/Dockerfile_Spark @@ -7,8 +7,8 @@ RUN apt-get install -y openjdk-8-jdk iproute2 RUN groupadd hpcc && useradd -s /bin/bash -r -m -d /home/hpcc -g hpcc -c "hpcc Runtime User" hpcc -ENV VERSION 7.0.14 -ENV FULL_VERSION 7.0.14-1 +ENV VERSION 7.0.18 +ENV FULL_VERSION 7.0.18-1 #ENV PLATFORM_DOWNLOAD_MD5 a62b43a1ef1ecf7d8d702d9033e9cf39 ENV PLATFORM_PACKAGE hpccsystems-platform-community_${FULL_VERSION}xenial_amd64.deb diff --git a/README.md b/README.md index 867a828..aa22e99 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ # Docker HPCC ### Supported tags and respective Dockerfile links -* 7.0.14-1 latest [(7/Dockerfile)](https://github.com/hpcc-systems/docker-hpcc/tree/master/7/Dockerfile) +* 7.0.18-1 latest [(7/Dockerfile)](https://github.com/hpcc-systems/docker-hpcc/tree/master/7/Dockerfile) +* 7.0.16-1 +* 7.0.14-1 * 7.0.8-1 * 7.0.6-1 * 7.0.4-1 * 7.0.2-1 * 7.0.0-1 -* 6.4.36-1 [(6/Dockerfile)](https://github.com/hpcc-systems/docker-hpcc/tree/master/6/Dockerfile) +* 6.4.40-1 [(6/Dockerfile)](https://github.com/hpcc-systems/docker-hpcc/tree/master/6/Dockerfile) +* 6.4.38-1 +* 6.4.36-1 * 6.4.32-1 * 6.4.30-1 * 6.4.28-1