mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
[bitnami/envoy] Release 1.24.2-debian-11-r0 (#23232)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.24.1-debian-11-r21" \
|
||||
org.opencontainers.image.ref.name="1.24.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.24.1"
|
||||
org.opencontainers.image.version="1.24.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -22,7 +22,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.24.1-2-linux-${OS_ARCH}-debian-11" \
|
||||
"envoy-1.24.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -38,7 +38,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.24.1" \
|
||||
ENV APP_VERSION="1.24.2" \
|
||||
BITNAMI_APP_NAME="envoy" \
|
||||
PATH="/opt/bitnami/envoy/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"envoy": {
|
||||
"arch": "amd64",
|
||||
"digest": "ba0497b9b7efb46196b6b922c0fb949f798fcad5eb893b77691db03970154cde",
|
||||
"digest": "5779804b0d0ca24b913d503d7a93d20353b00d7e281fa9d523797f488123f5d7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.24.1-2"
|
||||
"version": "1.24.2-0"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "1.24"
|
||||
- "1.24-debian-11"
|
||||
- "1.24.1"
|
||||
- "1.24.2"
|
||||
|
||||
Reference in New Issue
Block a user