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

ASF GitHub Bot commented on NIFIREG-120:
----------------------------------------

Github user abinet commented on the issue:

    https://github.com/apache/nifi-registry/pull/89
  
    @Chaffelson 
    Just got secured image working  with some small changes:
    
    rename login provider file to `identity-providers.xml`
    
    
https://github.com/Chaffelson/nifi-registry/blob/f90a525030ac8ecde97cd457fe3ace898fe2c42f/nifi-registry-docker/dockerhub/sh/update_login_providers.sh#L18
    
    `login_providers_file=${NIFI_REGISTRY_HOME}/conf/identity-providers.xml`
    
    install xmlstarlet
    
https://github.com/Chaffelson/nifi-registry/blob/f90a525030ac8ecde97cd457fe3ace898fe2c42f/nifi-registry-docker/dockerhub/Dockerfile#L39
    
    ``` 
      && apt-get install -y curl \
        && apt-get install -y jq xmlstarlet
    ```
    
    expose ssl port
    
    
https://github.com/Chaffelson/nifi-registry/blob/f90a525030ac8ecde97cd457fe3ace898fe2c42f/nifi-registry-docker/dockerhub/Dockerfile#L51
    
    ```
    EXPOSE 18080 18443
    ```
    
    
    



> Basic Docker Image
> ------------------
>
>                 Key: NIFIREG-120
>                 URL: https://issues.apache.org/jira/browse/NIFIREG-120
>             Project: NiFi Registry
>          Issue Type: Improvement
>    Affects Versions: 0.1.0
>            Reporter: Daniel Chaffelson
>            Priority: Minor
>             Fix For: 0.2.0
>
>
> It would be convenient if NiFi Registry had an integrated Docker image ready 
> for uploading to Dockerhub, similar to the main NiFi Project, for ease of 
> integration testing.
> This could probably be ported, with some changes, from the same approach used 
> in the main NiFi project for continuity.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to