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

Max Shonichev edited comment on IGNITE-7190 at 12/29/17 10:19 AM:
------------------------------------------------------------------

Reviewed Dockerfile:

1. I would add apk cache cleanup at the end of RUN
{noformat}
    rm -rf /var/cache/apk/*
{noformat}

2. I don't understand why we need to pull in curl, default alpine already has 
wget installed.

3. I don't like original Dockerfile logic if copying libs from optional, we 
could use an USER_LIBS ignite.sh environment variable for that. TBD: maybe 
better ask userlist about who's using this behavior and create another ticket 
for that.

4. do we really need to unzip .net and javadocs into container? maybe add few 
--exclude unzip switches?

 


was (Author: mshonichev):
Reviewed Dockerfile:

1. I would add apk cache cleanup at the end of RUN
{noformat}
    rm -rf /var/cache/apk/*
{noformat}

2. I don't understand why we need to pull in curl, default alpine already has 
wget installed.

3. I don't like original Dockerfile logic if copying libs from optional, we 
could use an USER_LIBS ignite.sh environment variable for that.

4. do we really need to unzip .net and javadocs into container? maybe add few 
--exclude unzip switches?

 

> Docker Hub official repository deployment
> -----------------------------------------
>
>                 Key: IGNITE-7190
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7190
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Peter Ivanov
>            Assignee: Peter Ivanov
>             Fix For: 2.4
>
>
> Research possibility to integrate into Official Docker Hub Repositories.
> Use 
> https://docs.docker.com/docker-hub/official_repos/#how-do-i-create-a-new-official-repository
>  as start.



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

Reply via email to