You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by Naresh Bhat <na...@linaro.org> on 2017/05/26 11:46:02 UTC

Support of CentOS 7 ARM64 docker-slaves

Hi,

I did a build of docker image, bigtop on ARM64 Cavium ThunderX hardware.
Since there is no existing of centos 7 AArch64 docker-slaves.  I have
created a one and the patch is available
https://git.linaro.org/leg/bigdata/bigtop-trunk.git/commit/?h=naresh-ci-fixup&id=0ec9841b441a473a57002c6ca19eba96bcc3c639

I have added couple of things like installed puppet, git in the patch since
I am building the image from scratch image.  I have noticed that the extra
packages are not required to install in the case of ubuntu-14.04-aarch64
(aarch64/ubuntu:14.04) so my question is,

How can I figure out what are the packages (standard) pre-installed
packages required on docker image before triggering a build of bigtop ?

Thanks and Regards
-Naresh

Re: Support of CentOS 7 ARM64 docker-slaves

Posted by Naresh Bhat <na...@linaro.org>.
Hi Roman,

On 28 May 2017 at 06:51, Roman Shaposhnik <ro...@shaposhnik.org> wrote:

> On Fri, May 26, 2017 at 4:46 AM, Naresh Bhat <na...@linaro.org>
> wrote:
> > Hi,
> >
> > I did a build of docker image, bigtop on ARM64 Cavium ThunderX hardware.
> > Since there is no existing of centos 7 AArch64 docker-slaves.  I have
> > created a one and the patch is available
> > https://git.linaro.org/leg/bigdata/bigtop-trunk.git/
> commit/?h=naresh-ci-fixup&id=0ec9841b441a473a57002c6ca19eba96bcc3c639
>
> Can you please file a JIRA and submit that patch there?
>

I have created a jira issue and attached the patch
https://issues.apache.org/jira/browse/BIGTOP-2787


>
> > I have added couple of things like installed puppet, git in the patch
> since
> > I am building the image from scratch image.  I have noticed that the
> extra
> > packages are not required to install in the case of ubuntu-14.04-aarch64
> > (aarch64/ubuntu:14.04) so my question is,
> >
> > How can I figure out what are the packages (standard) pre-installed
> > packages required on docker image before triggering a build of bigtop ?
>
> I'm not sure I'm following -- the standard way is to run
> bigtop_toolchain::installer
> which it seems like you're doing.
>
> Thanks,
> Roman.
>

Re: Support of CentOS 7 ARM64 docker-slaves

Posted by Roman Shaposhnik <ro...@shaposhnik.org>.
On Fri, May 26, 2017 at 4:46 AM, Naresh Bhat <na...@linaro.org> wrote:
> Hi,
>
> I did a build of docker image, bigtop on ARM64 Cavium ThunderX hardware.
> Since there is no existing of centos 7 AArch64 docker-slaves.  I have
> created a one and the patch is available
> https://git.linaro.org/leg/bigdata/bigtop-trunk.git/commit/?h=naresh-ci-fixup&id=0ec9841b441a473a57002c6ca19eba96bcc3c639

Can you please file a JIRA and submit that patch there?

> I have added couple of things like installed puppet, git in the patch since
> I am building the image from scratch image.  I have noticed that the extra
> packages are not required to install in the case of ubuntu-14.04-aarch64
> (aarch64/ubuntu:14.04) so my question is,
>
> How can I figure out what are the packages (standard) pre-installed
> packages required on docker image before triggering a build of bigtop ?

I'm not sure I'm following -- the standard way is to run
bigtop_toolchain::installer
which it seems like you're doing.

Thanks,
Roman.