[ 
https://issues.apache.org/jira/browse/HADOOP-17727?focusedWorklogId=603542&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-603542
 ]

ASF GitHub Bot logged work on HADOOP-17727:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/May/21 14:33
            Start Date: 28/May/21 14:33
    Worklog Time Spent: 10m 
      Work Description: GauthamBanasandra commented on a change in pull request 
#3043:
URL: https://github.com/apache/hadoop/pull/3043#discussion_r641597995



##########
File path: dev-support/docker/Dockerfile_aarch64
##########
@@ -33,61 +33,19 @@ ENV DEBIAN_FRONTEND noninteractive
 ENV DEBCONF_TERSE true
 
 ######
-# Install common dependencies from packages. Versions here are either
-# sufficient or irrelevant.
+# Platform package dependency resolver
 ######
-# hadolint ignore=DL3008
+COPY pkg-resolver pkg-resolver
+RUN chmod a+x pkg-resolver/install-common-pkgs.sh pkg-resolver/resolve.py \

Review comment:
       The hadolint in `Dockerfile_aarch64` is installed in a different manner 
compared to the rest of the platforms. Hence, I didn't invoke 
`install-common-pkgs.sh` here. But as per 
https://github.com/apache/hadoop/pull/3043#discussion_r641596725, I'll handle 
this as part of writing different `.sh` files for each library.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 603542)
    Time Spent: 2h 50m  (was: 2h 40m)

> Modularize docker images
> ------------------------
>
>                 Key: HADOOP-17727
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17727
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 3.4.0
>            Reporter: Gautham Banasandra
>            Assignee: Gautham Banasandra
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> We're now creating the *Dockerfile*s for different platforms. We need a way 
> to manage the packages in a clean way as maintaining the packages for all the 
> different environments becomes cumbersome.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to