konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
135 stars 46 forks source link

[CI] - Add support docker image for other platforms #207

Closed erdrix closed 1 year ago

erdrix commented 1 year ago

Is your feature request related to a problem?

There is no docker image built and published for other platforms.

Describe the solution you'd like to see

Adds steps in Circle Ci to build and push the docker image, using the new makefile command introduced in https://github.com/konpyutaika/nifikop/pull/205.

Describe alternatives you've considered

No response

Additional context

No response

mh013370 commented 1 year ago

Just FYI this change makes all nifikop OCI images instead of docker images since we changed the image build process to use the docker buildx plugin.