-
Notifications
You must be signed in to change notification settings - Fork 352
Description
I am trying to work with Fluentd on s390x
, but I am a little confused on which Docker Hub I should be pulling from.
On the top of this repo, you have a link pointing to https://hub.docker.com/r/fluent/fluentd. Which seems great, since you have the needed version tags that I want, but when I go to utilize this image I run into a standard arch issue.
standard_init_linux.go:190: exec user process caused "exec format error"
After doing some digging around I see you guys started the progress on getting Fluentd as one of the official images on Docker Hub. docker-library/official-images#3724
Seems like this push was due support of ppc64le
with help from @vaibhavsood. But looking at the official Docker Hub page, https://hub.docker.com/_/fluentd, it seems to only support a couple versions of Fluentd and lacks continuous updates like your other Docker Hub page.
I would really love to use Fluentd on s390x, but want access to new updated images and ideally older releases like v1.2.6
.
@repeatedly Any input on this issue?
Additionally, there seems to be active talks and development around ppc64le
, #120, thanks to @ghatwala. I would love talk about the possibilities of doing something similar to this but for s390x
.