Hi All,
When I execute the below docker command (Refer Logs) it could not list
all the tasks tobe executed. AFAIK is it a mapping issue with docker
image ?
My questions are,
1. Can someone suggest me where should I look into to resolve the problem i.e.,
1. Is it a AArch64 official docker image issue ?
2. Am I missing any docker package configuration or package on
my host machine ?
2. This issue can be solved simply by adding a line to clone bigtop
git repository in docker/bigtop-slaves/centos-7-aarch64/Dockerfile
Can any of you confirm that above explained solution is acceptable ?
I will appreciate your feedback.
Thanks and Regards
-Naresh
Logs:
-------
[centos@localhost bigtop]$ sudo docker run -v `pwd`:/ws
bigtop/slaves:trunk-centos-7-aarch64 bash -l -c 'cd /ws ; gradle :task
--all'
[sudo] password for centos:
Starting a new Gradle Daemon for this build (subsequent builds will be faster).
:tasks
------------------------------------------------------------
All tasks runnable from root project
------------------------------------------------------------
Build Setup tasks
-----------------
init - Initializes a new Gradle build. [incubating] [wrapper]
wrapper - Generates Gradle wrapper files. [incubating]
Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in
root project 'hsperfdata_root'.
components - Displays the components produced by root project
'hsperfdata_root'. [incubating]
dependencies - Displays all dependencies declared in root project
'hsperfdata_root'.
dependencyInsight - Displays the insight into a specific dependency in
root project 'hsperfdata_root'.
help - Displays a help message.
model - Displays the configuration model of root project
'hsperfdata_root'. [incubating]
projects - Displays the sub-projects of root project 'hsperfdata_root'.
properties - Displays the properties of root project 'hsperfdata_root'.
tasks - Displays the tasks runnable from root project 'hsperfdata_root'.
BUILD SUCCESSFUL
Total time: 7.109 secs
[centos@localhost bigtop]$