[
https://issues.apache.org/jira/browse/NIFI-4086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053950#comment-16053950
]
ASF GitHub Bot commented on NIFI-4086:
--------------------------------------
Github user NielsZeilemaker commented on the issue:
https://github.com/apache/nifi/pull/1926
The resulting image is 1.592 GB vs 2.575 GB, this due to the chown
operation adding a layer which was 982.7 MB in size.
> Docker image produced by Dockerfile is larger than needed
> ---------------------------------------------------------
>
> Key: NIFI-4086
> URL: https://issues.apache.org/jira/browse/NIFI-4086
> Project: Apache NiFi
> Issue Type: Bug
> Components: Docker
> Reporter: Niels Zeilemaker
>
> The Dockerfile has a chown action after the curl, which more or less doubles
> the size of the resulting docker image. Merging the chown step into the curl
> step fixes this.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)