-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bitnami/envoy] Release envoy-1.29.7-debian-12-r8 (#71190)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
- Loading branch information
1 parent
02c7ce8
commit b865008
Showing
3 changed files
with
21 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright Broadcom, Inc. All Rights Reserved. | ||
# SPDX-License-Identifier: APACHE-2.0 | ||
|
||
version: '2' | ||
services: | ||
|
||
envoy: | ||
image: docker.io/bitnami/envoy:1.29 | ||
volumes: | ||
- ./examples/frontend.yaml:/opt/bitnami/envoy/conf/envoy.yaml | ||
|
||
service1: | ||
image: bitnami/nginx | ||
|
||
service2: | ||
image: bitnami/apache | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
"arch": "amd64", | ||
"distro": "debian-12", | ||
"type": "NAMI", | ||
"version": "1.29.7-4" | ||
"version": "1.29.7-5" | ||
} | ||
} |