-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1538 from datawire/lukeshu/build-docs
BUILDING.md: Add instructions for updating Envoy
- Loading branch information
Showing
2 changed files
with
47 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,24 +54,3 @@ If you're still reading, you must be at Datawire. Congrats, you picked a fine pl | |
9. Additional updates: | ||
- Submit a PR to https://github.com/datawire/pro-ref-arch that updates the `env.sh.example` versions. | ||
- Submit a PR to the Ambassador website repository to update the version on the homepage. | ||
|
||
---- | ||
Updating Ambassador's Envoy | ||
---- | ||
|
||
Ambassador currently relies on a custom Envoy build which includes the Ambassador `extauth` filter. This build lives in `https://github.com/datawire/envoy`, which is a fork of `https://github.com/envoyproxy/envoy`, and it'll need to be updated at least as often as Envoy releases happen. To do that: | ||
|
||
1. Clone the `datawire/envoy` repo and get to the `datawire/extauth-build-automation` branch: | ||
|
||
``` | ||
git clone [email protected]:datawire/envoy.git | ||
cd envoy | ||
git checkout datawire/extauth-build-automation | ||
``` | ||
2. Follow the directions in `DATAWIRE/README.md` to get everything built and tested and pushed. | ||
3. Once the new `ambassador-envoy` image has been pushed, get back to your clone of the Ambassador repo and update the `FROM` line in `ambassador/Dockerfile` to use the new image. | ||
4. Build and test Ambassador as normal. | ||