[bitnami/envoy] Release 1.23.4-debian-11-r0 (#23241)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
61c0f69224
commit
a7141b7922
|
|
@ -5,11 +5,11 @@ ARG TARGETARCH
|
||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="1.23.3-debian-11-r22" \
|
org.opencontainers.image.ref.name="1.23.4-debian-11-r0" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/envoy" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/envoy" \
|
||||||
org.opencontainers.image.title="envoy" \
|
org.opencontainers.image.title="envoy" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="1.23.3"
|
org.opencontainers.image.version="1.23.4"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
|
|
@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
RUN install_packages ca-certificates curl procps
|
RUN install_packages ca-certificates curl procps
|
||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"envoy-1.23.3-1-linux-${OS_ARCH}-debian-11" \
|
"envoy-1.23.4-0-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
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
|
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
|
||||||
ENV APP_VERSION="1.23.3" \
|
ENV APP_VERSION="1.23.4" \
|
||||||
BITNAMI_APP_NAME="envoy" \
|
BITNAMI_APP_NAME="envoy" \
|
||||||
PATH="/opt/bitnami/envoy/bin:$PATH"
|
PATH="/opt/bitnami/envoy/bin:$PATH"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"envoy": {
|
"envoy": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "140e98fbaacb58f50314232b25a50b920872b4af332b45c2da3af56b5a2ba778",
|
"digest": "c86080539868d756efbfbe1dd403292e411ce93012e4e85461fa704a39ab6b53",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.23.3-1"
|
"version": "1.23.4-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
Bitnami containers ship with software bundles. You can find the licenses under:
|
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||||
/opt/bitnami/nami/COPYING
|
https://bitnami.com/open-source
|
||||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "1.23"
|
- "1.23"
|
||||||
- "1.23-debian-11"
|
- "1.23-debian-11"
|
||||||
- "1.23.3"
|
- "1.23.4"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue