You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/29 17:51:10 UTC

[incubator-hop] branch docker-implementation updated: HOP-2287: remove non-needed layer

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch docker-implementation
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/docker-implementation by this push:
     new 0ccf92f  HOP-2287: remove non-needed layer
0ccf92f is described below

commit 0ccf92fc737b1764ff9dd7b257610dc462df229e
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Tue Dec 29 18:50:55 2020 +0100

    HOP-2287: remove non-needed layer
---
 docker/Dockerfile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 28197d5..e97bc67 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -78,11 +78,7 @@ COPY --chown=hop:hop ./assemblies/client/target/hop/ ${DEPLOYMENT_PATH}/hop
 COPY --chown=hop:hop ./docker/resources/run.sh ${DEPLOYMENT_PATH}/run.sh
 COPY --chown=hop:hop ./docker/resources/load-and-execute.sh ${DEPLOYMENT_PATH}/load-and-execute.sh
 
-
-# Fetch the specified hop version 
-RUN chown -R hop:hop ${DEPLOYMENT_PATH}/hop \
-  && chmod 700 ${DEPLOYMENT_PATH}/hop/*.sh
-
+# expose 8080 for Hop Server
 EXPOSE 8080
 
 # make volume available so that hop pipeline and workflow files can be provided easily