You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/02 04:18:00 UTC

[jira] [Commented] (NIFI-4333) Dockerize NiFi Toolkit

    [ https://issues.apache.org/jira/browse/NIFI-4333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16275402#comment-16275402 ] 

ASF GitHub Bot commented on NIFI-4333:
--------------------------------------

Github user kevdoran commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2161#discussion_r154488084
  
    --- Diff: nifi-toolkit/nifi-toolkit-assembly/pom.xml ---
    @@ -100,4 +100,87 @@ language governing permissions and limitations under the License. -->
                 <scope>compile</scope>
             </dependency>
         </dependencies>
    +
    +
    +    <profiles>
    +        <profile>
    +            <id>docker</id>
    +            <build>
    +                <plugins>
    +                    <plugin>
    +                        <artifactId>maven-resources-plugin</artifactId>
    +                        <executions>
    +                            <execution>
    +                                <id>copy-resources</id>
    --- End diff --
    
    On my machine, this copy execution does not preserve file permissions for `docker-entrypoint.sh`, so when I try to run the image, I get: 
    
    > starting container process caused "exec: \"/opt/sh/docker-entrypoint.sh\": permission denied".


> Dockerize NiFi Toolkit
> ----------------------
>
>                 Key: NIFI-4333
>                 URL: https://issues.apache.org/jira/browse/NIFI-4333
>             Project: Apache NiFi
>          Issue Type: Task
>          Components: Docker
>            Reporter: Aldrin Piri
>            Assignee: Aldrin Piri
>
> It would be helpful to have a TLS Toolkit image to work in conjunction with NiFI and would help in orchestration of clustered instances as well as provisioning security items.
> As this is one assembly, we should support all tooling provided through one image.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)