Github user kevdoran commented on the issue: https://github.com/apache/nifi-registry/pull/89 @Chaffelson, In order to review the PR and merge it to master, we'll need to be able to rebase on ASF master. When I tried this, I got failures: ``` First, rewinding head to replay your work on top of it... Applying: NIFIREG-120 Ported simplified Dockerhub build from NiFi Applying: NIFIREG-120 Added a readme for usage instructions Applying: Added license header for contrib check Applying: Included the secure mode options from the main NiFi Docker project Applying: fix script Applying: add xmlstarlet Applying: expose ssl port Applying: fix secure script Applying: update start.sh Applying: NIFIREG-120 Ported simplified Dockerhub build from NiFi Using index info to reconstruct a base tree... M pom.xml Falling back to patching base and 3-way merge... Auto-merging nifi-registry-docker/pom.xml CONFLICT (add/add): Merge conflict in nifi-registry-docker/pom.xml Auto-merging nifi-registry-docker/dockerhub/sh/start.sh CONFLICT (add/add): Merge conflict in nifi-registry-docker/dockerhub/sh/start.sh Auto-merging nifi-registry-docker/dockerhub/sh/common.sh CONFLICT (add/add): Merge conflict in nifi-registry-docker/dockerhub/sh/common.sh Auto-merging nifi-registry-docker/dockerhub/Dockerfile CONFLICT (add/add): Merge conflict in nifi-registry-docker/dockerhub/Dockerfile error: Failed to merge in the changes. Patch failed at 0010 NIFIREG-120 Ported simplified Dockerhub build from NiFi The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem, run "git rebase --continue". If you prefer to skip this patch, run "git rebase --skip" instead. To check out the original branch and stop rebasing, run "git rebase --abort". ``` It looks like there are some commits that are duplicated due to merging a branch of this branch into itself, possibly? Unfortunately, I'm not able to work out on my own what the history of this branch should look like. It would be helpful if you could rebase and, ideally, squash this into a single commit. Let me know if you need assistance with this. Thanks!
---