[bitnami/envoy] Release 1.23.2-debian-11-r0 (#10539)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
418f30fc5b
commit
048323859c
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.23.1-debian-11-r18" \
|
||||
org.opencontainers.image.ref.name="1.23.2-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/envoy" \
|
||||
org.opencontainers.image.title="envoy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.23.1"
|
||||
org.opencontainers.image.version="1.23.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"envoy-1.23.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"envoy-1.23.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -37,7 +37,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="1.23.1" \
|
||||
ENV APP_VERSION="1.23.2" \
|
||||
BITNAMI_APP_NAME="envoy" \
|
||||
PATH="/opt/bitnami/envoy/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"envoy": {
|
||||
"arch": "amd64",
|
||||
"digest": "af6b95f0a9400e91126616ec5e3cc948b764932a494d9bd056f0037de23b522f",
|
||||
"digest": "0f45e8588d95b21dd56ec1136d5256c79f78a9be204327570952bdeabb1974c8",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.1-1"
|
||||
"version": "1.23.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1.23"
|
||||
- "1.23-debian-11"
|
||||
- "1.23.1"
|
||||
- "1.23.2"
|
||||
- "latest"
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ Visit the [official envoy documentation](https://www.envoyproxy.io/docs/envoy/la
|
|||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
|
||||
## Issues
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue