fluent-operator
fluent-operator copied to clipboard
What are the fluentd arm64 "base" images used for?
cc @wanjunlei
@wanjunlei Any ideas?
Used to build the arm64 image. You can see the details in the github action
https://github.com/fluent/fluent-operator/blob/master/.github/workflows/build-fd-image.yaml#L247
Ok - I'm going to work on re-factoring the build process for fluentd -- to simplify and make it more performant.
I still don't understand why the "base" image is necessary as it's not used as an artifact to build the real fluentd image as far as I can tell.