Skip to content

Commit

Permalink
Merge pull request #12 from gfortil/master
Browse files Browse the repository at this point in the history
HPCC-21564 Update Dockerfiles for HPCC-6.4.36-1 and HPCC-7.0.14-1
  • Loading branch information
richardkchapman authored Mar 13, 2019
2 parents fab0ae3 + 001fbf1 commit dd7b18b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.40
ENV FULL_VERSION 6.4.40-1
#ENV PLATFORM_DOWNLOAD_MD5 a62b43a1ef1ecf7d8d702d9033e9cf39
ENV PLATFORM_PACKAGE hpccsystems-platform-community_${FULL_VERSION}xenial_amd64.deb

Expand Down
4 changes: 2 additions & 2 deletions 7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
ENV FULL_VERSION 7.0.18-1
#ENV PLATFORM_DOWNLOAD_MD5 ef58e94dcc66a45cb0fc8202e68b50d9
ENV PLATFORM_PACKAGE hpccsystems-platform-community_${FULL_VERSION}xenial_amd64.deb

Expand Down
4 changes: 2 additions & 2 deletions 7/Dockerfile_FB
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
ENV FULL_VERSION 7.0.18-1
#ENV PLATFORM_DOWNLOAD_MD5 ef58e94dcc66a45cb0fc8202e68b50d9
ENV PLATFORM_PACKAGE hpccsystems-platform-community_${FULL_VERSION}xenial_amd64.deb

Expand Down
4 changes: 2 additions & 2 deletions 7/Dockerfile_Spark
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
ENV FULL_VERSION 7.0.18-1
#ENV PLATFORM_DOWNLOAD_MD5 a62b43a1ef1ecf7d8d702d9033e9cf39
ENV PLATFORM_PACKAGE hpccsystems-platform-community_${FULL_VERSION}xenial_amd64.deb

Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@

# 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.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.32-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
* 6.4.26-1
Expand Down

0 comments on commit dd7b18b

Please sign in to comment.