emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.32k stars 683 forks source link

flynn/dev/4.x - Export kat-client/kat-server/emissary images as tarballs for Github actions/CI #5688

Closed chen-anders closed 1 month ago

chen-anders commented 1 month ago

Description

Based off of what was discussed in this thread, this PR introduces a new command save-dev that saves the currently-built docker images of kat-client , kat-server, emissary into tarballs that will eventually be uploaded as GitHub Actions artifacts to be used for e2e test suites/other test suites.

Related Issues

List related issues.

Testing

Ran make save-dev locally

Checklist