[
https://issues.apache.org/jira/browse/METRON-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15742884#comment-15742884
]
ASF GitHub Bot commented on METRON-622:
---------------------------------------
Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/393#discussion_r92020657
--- Diff: metron-docker/kafkazk/bin/wait-for-it.sh ---
@@ -0,0 +1,161 @@
+#!/usr/bin/env bash
+# Use this script to test if a given TCP host/port are available
--- End diff --
For security reasons, Docker will not pull in any assets outside of the
directory containing the Dockerfile. You have to do that separately or provide
a script.
We do have a script that copies in Metron dependencies at
metron-docker/install-metron.sh. Should we move the wait-for-it.sh script up
to metron-docker and add steps to copy to images in install-metron.sh?
> Create a Metron Docker Compose application
> -------------------------------------------
>
> Key: METRON-622
> URL: https://issues.apache.org/jira/browse/METRON-622
> Project: Metron
> Issue Type: New Feature
> Reporter: Ryan Merriman
>
> This is an alternative to the Vagrant quick-dev approach of creating a local
> Metron environment for development and testing. It is intended to be leaner
> and easier to manage. This compose application will contain separate images
> for each of the services that Metron depends on as well as the Metron
> services.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)