You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ma...@apache.org on 2020/12/23 16:20:59 UTC

[incubator-hop] branch docker-implementation updated (4765176 -> c6f53ba)

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

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


    from 4765176  Merge pull request #478 from mattcasters/master
     new d563c2c  hop-2287 - initial move from hop-docker necessary files
     new fb452c9  adding license to dockerfile
     new 1f733b4  hop-2287 - initial move from hop-docker necessary files
     new 9b77b9b  adding license to dockerfile
     new 3a729dd  Merge branch 'hop-2287' of https://github.com/mookkiah/hop into hop-2287
     new c6f53ba  Merge pull request #482 from mookkiah/hop-2287

The 1264 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docker/Dockerfile                    | 98 ++++++++++++++++++++++++++++++++++++
 docker/README.md                     | 83 ++++++++++++++++++++++++++++++
 docker/resources/get-hop.sh          | 48 ++++++++++++++++++
 docker/resources/load-and-execute.sh | 73 +++++++++++++++++++++++++++
 docker/resources/run.sh              | 31 ++++++++++++
 5 files changed, 333 insertions(+)
 create mode 100644 docker/Dockerfile
 create mode 100644 docker/README.md
 create mode 100755 docker/resources/get-hop.sh
 create mode 100755 docker/resources/load-and-execute.sh
 create mode 100755 docker/resources/run.sh