This is an automated email from the ASF dual-hosted git repository. joshfischer pushed a commit to branch joshfischer/centos7-mods in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 2502cc0a4aa7e03fc562779894c84737614fb383 Author: Josh Fischer <[email protected]> AuthorDate: Fri Nov 12 19:39:12 2021 -0600 switch base image --- docker/dist/Dockerfile.dist.centos7 | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docker/dist/Dockerfile.dist.centos7 b/docker/dist/Dockerfile.dist.centos7 index 70ee110..dc56721 100644 --- a/docker/dist/Dockerfile.dist.centos7 +++ b/docker/dist/Dockerfile.dist.centos7 @@ -16,22 +16,10 @@ # under the License. #syntax=docker/dockerfile:1.2 -FROM centos:centos7 +FROM joshfischer1108/heron-centos7 ENV LC_ALL en_US.utf8 -RUN yum -y install epel-release \ - && yum -y install \ - curl \ - java-11-openjdk-headless \ - supervisor \ - nmap-ncat \ - python3 \ - python3-setuptools \ - unzip \ - which \ - && yum clean all - ENV JAVA_HOME /usr/ # run Heron installer
