Commit Graph

8 Commits

Author SHA1 Message Date
Lizan Zhou f697267290
Link jwt-auth filter into proxy binary (#656) 2017-11-21 13:06:15 -08:00
Wayne Zhang b3576d7ea9 Remove envoy binary before bazel build. (#463) 2017-09-07 16:31:22 -07:00
Charles Xu b186e71395 Change docker image name to enable auto dependency update (#459) 2017-09-06 22:21:24 -04:00
Costin Manolache 081606aaf8 Add support for building a standalone deb package (#404)
* Add initial set of deb files for proxy

* Updates for the scripts

* Adding blacklist as well, make sure 22 is safe

* Use older tag

* Fix scripts

* Add copyright, fixes

* Update the scripts to use istio-proxy user, to match the 0.1 docker.

* Add the deb to the release-binary script.

* Fine tunning, testing with pilot-agent.

* Add a minimal config file, for standalone testing.

This is the same as the file generated by sidecar - the proxy deb
package can be tested separatedly from the pilot agent.

* Add comments

* Add unit tests for the iptables script

* Making the new script backward compatible with the old one

* Add the scripts to the docker image, make it possible to replace the k8s init image with the new script

* Include the new iptables script in the docker image.

Based on PR feedback, to allow testing in k8s and eventual replacement
of the current script.

* More fixes and adjustments based on testing and PR review

* Add copyright, add in-progress script for install integration testing

* End to end tests finally working

* More documentation for debug, and small fixes based on recent tests

* Cosmetic fixes
2017-08-28 15:16:36 -07:00
Kuat 1276973416 Use dockerfiles for proxy (#389) 2017-07-25 15:31:47 -07:00
Lizan Zhou 099e8a812d Fix copyright headers (#255) 2017-04-20 15:24:01 -07:00
Wayne Zhang 9a86a4547b Rename image name from proxy to envoy. (#241)
* Rename image name from proxy to envoy.

* fix docker/BUILD typo.
2017-04-11 14:44:12 -07:00
Wayne Zhang 21f1cb3a93 Add script to build docker image. (#77)
* Add script to build docker image.

* Add start_envoy for docker image.
2017-02-09 15:22:10 -08:00