You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Chris Sampson (Jira)" <ji...@apache.org> on 2023/03/26 16:41:00 UTC

[jira] [Comment Edited] (NIFI-11313) Docker Image start scripts contain shellcheck errors/warnings

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

Chris Sampson edited comment on NIFI-11313 at 3/26/23 4:40 PM:
---------------------------------------------------------------

Running

{code:sh}
shellcheck -x -e SC1091
{code}

against all {{*.sh}} files within the {{nifi}} source repo (not inside any {{target}} directories), gives the  [^shellcheck_report.txt], which should be worked through as appropriate.


was (Author: chris s):
Running

{code:shell}
shellcheck -x -e SC1091
{code}

against all {{*.sh}} files within the {{nifi}} source repo (not inside any {{target}} directories), gives the  [^shellcheck_report.txt], which should be worked through as appropriate.

> Docker Image start scripts contain shellcheck errors/warnings
> -------------------------------------------------------------
>
>                 Key: NIFI-11313
>                 URL: https://issues.apache.org/jira/browse/NIFI-11313
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Chris Sampson
>            Priority: Major
>         Attachments: shellcheck_report.txt
>
>
> The startup scrpts used by the Docker Images (NiFi, Registry, MiNiFi) contain numerous [shellcheck|https://www.shellcheck.net/] errors/warnings that should be addressed to ensure consistency across environments and reduced risk of bugs.
> See https://github.com/apache/nifi/pull/6995 (for NIFI-7060) for a more complete list of known issues that should be fixed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)