Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for power(ppc64le) for travis builds #120

Closed
ghatwala opened this issue Jun 8, 2018 · 6 comments
Closed

Adding support for power(ppc64le) for travis builds #120

ghatwala opened this issue Jun 8, 2018 · 6 comments

Comments

@ghatwala
Copy link
Contributor

ghatwala commented Jun 8, 2018

Hi All,

I have added support for power ( ppc64le ) arch on travis-ci builds via my forked repository - https://github.com/ghatwala/fluentd-docker-image

The travis-ci job url - https://travis-ci.org/ghatwala/fluentd-docker-image/builds/389559309 . As can be seen in this job, the versions which failed on power are failing on Intel as well.

For example gpg keys errors seen.
For v1.1/debian -
Intel - https://travis-ci.org/ghatwala/fluentd-docker-image/jobs/389559316#L975
Power - https://travis-ci.org/ghatwala/fluentd-docker-image/jobs/389559330#L1001

To add support for power for travis build, had to make the following changes.

  1. travis.yml - Ensuring that builds are routed to travis-power along with travis-intel
os:
  - linux
  - linux-ppc64le

And to make the dockerfile build for power ....

  1. Dockerfile ( for debian based only ) - Dumb-Init version has been updated from 1.2.0 --> 1.2.1 as power binaries are now available for this release - https://github.com/Yelp/dumb-init/releases/tag/v1.2.1.
ENV DUMB_INIT_VERSION=1.2.1

let me know if your views/suggestions/comments if any , so that i can raise a PR to get this going ?

Regards,
Amit

@ghatwala
Copy link
Contributor Author

@repeatedly - any comments on the above ?

@repeatedly
Copy link
Member

gpg error is key server side issue so it seems no problem for me.

@ghatwala
Copy link
Contributor Author

ghatwala commented Jun 12, 2018

thanks @repeatedly for your review comments , PR raised.

@seelam
Copy link

seelam commented Jan 28, 2019

are the power images now getting pushed into docker hub?

@repeatedly
Copy link
Member

We have already sent the PR for docker repository.
We are waiting the merge.

docker-library/official-images#5303

@ghatwala
Copy link
Contributor Author

hey @seelam - Fluentd docker image has been made officially multi-arch now
Official docker image CI link - https://doi-janky.infosiftr.net/job/multiarch/job/ppc64le/job/fluentd/ and
dockerhub link - https://hub.docker.com/_/fluentd/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants