sagikazarmark / curiefense-emissary-poc

An attempt to integrate Curiefense into Emissary Ingress
2 stars 0 forks source link

Production image build process for Emissary + Curieproxy #6

Open sagikazarmark opened 1 year ago

sagikazarmark commented 1 year ago

We need to figure out a build process for production images. A couple things to consider:

An optimal scenario: support the latest patch versions, two minor versions and all supported major versions of each. That would result in a matrix build, combining all support versions (minus all incompatible versions).

For example:

Emissary 2.3.x and Curiefense 1.6.x are known NOT to work (eg. too old Envoy version, etc).

The build matrix would look like this:

Builds should be automated as much as possible (for example: use Dependabot for automatically updating and releasing patch versions)

Requires #8

References