Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Mar 4, 2025
1 parent 93bf1fa commit 9352647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion samples/eshop/services/webshopping.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ resource webshoppingapigw 'Applications.Core/containers@2023-10-01-preview' = {
properties: {
application: application
container: {
image: '${imageRegistry}/${envoyImageName}:${envoyImageTag}'
image: 'ghcr.io/willdavsmith/${envoyImageName}:${envoyImageTag}'
ports: {
http: {
containerPort: 80
Expand Down
1 change: 1 addition & 0 deletions samples/eshop/src/envoy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM envoyproxy/envoy:v1.32.3
COPY envoy.yaml /etc/envoy/envoy.yaml
ENV ENVOY_UID=0
CMD ["/usr/local/bin/envoy", "-c", "/etc/envoy/envoy.yaml"]

0 comments on commit 9352647

Please sign in to comment.