logdna / logspout

LogDNA Docker integration
MIT License
16 stars 19 forks source link

Proof-of-concept: multi-arch image #12

Closed dubo-dubon-duponey closed 3 years ago

dubo-dubon-duponey commented 5 years ago

Just addressing #11 for my own needs right now.

Bottom-line:

Demo multi-arch images are available at:

Signed-off-by: dubo-dubon-duponey dubodubonduponey+github@pm.me

dubo-dubon-duponey commented 5 years ago

Running on arm7hf right now.

Screen Shot 2019-06-25 at 2 28 59 AM
dubo-dubon-duponey commented 5 years ago

Clarifying what I said above: unless upstream would change their model, I would suggest moving away from their binary dependency on images, and instead rewrite your build using just (github) source (either submodule or git clone in the dockerfile).

Your multi-arch build pipeline would be MUCH simpler and easier to maintain.

dubo-dubon-duponey commented 4 years ago

Closing for lack of interest.

cederberg commented 3 years ago

See also https://github.com/logdna/logspout/pull/25

darinspivey commented 3 years ago

@dubo-dubon-duponey closing this since it was taken care of in https://github.com/logdna/logspout/pull/25

It should be worth noting that in the future we may want to switch things up and start using buildx, but for now the solution we have works well. Thanks for your contribution.