-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update envoy base image #441
Conversation
@@ -6,9 +6,9 @@ What this means is that if we need to update the names of routes in eshop, *we l | |||
|
|||
The routing configuration is in [envoy.yaml](envoy.yaml). See the `route_config` section specifically. | |||
|
|||
To build the docker image, run `docker build . -t radius.azurecr.io/eshop-envoy:0.1.<NUMBER>`. | |||
To build the docker image, run `docker build . -t radius.azurecr.io/eshop-envoy:<TAG>`. | |||
|
|||
Where NUMBER is one greater than the latest version made. To view versions, see https://ms.portal.azure.com/#view/Microsoft_Azure_ContainerRegistries/RepositoryBlade/id/%2Fsubscriptions%2F66d1209e-1382-45d3-99bb-650e6bf63fc0%2FresourceGroups%2Fassets%2Fproviders%2FMicrosoft.ContainerRegistry%2Fregistries%2Fradius/repository/eshop-envoy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're no longer using NUMBER should we remove these instructions?
@@ -119,7 +119,7 @@ resource webshoppingapigw 'Applications.Core/containers@2022-03-15-privateprevie | |||
properties: { | |||
application: application | |||
container: { | |||
image: 'radius.azurecr.io/eshop-envoy:0.1.4' | |||
image: 'radius.azurecr.io/eshop-envoy:v1.27-latest' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want this tag to match the base image?
@willdavsmith -- is this still needed? Please either address @AaronCrawfis comments or else close out this PR. Thanks! |
Closing this as stale. @willdavsmith please reopen if there's something to do. |
closing in favor of: #2002 |
fixes: #813