[bitnami/envoy-intel] Release 1.21.6-debian-11-r0 (#15330)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
5aeeb2e4cb
commit
b07ebbce77
|
|
@ -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.21.5-debian-11-r4" \
|
||||
org.opencontainers.image.ref.name="1.21.6-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/envoy-intel" \
|
||||
org.opencontainers.image.title="envoy-intel" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.21.5"
|
||||
org.opencontainers.image.version="1.21.6"
|
||||
|
||||
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-intel-1.21.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"envoy-intel-1.21.6-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.21.5" \
|
||||
ENV APP_VERSION="1.21.6" \
|
||||
BITNAMI_APP_NAME="envoy-intel" \
|
||||
PATH="/opt/bitnami/envoy/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"envoy-intel": {
|
||||
"arch": "amd64",
|
||||
"digest": "6ebedfce1c1f7fcb1db848e5e90e2bdab06f8362e9743da8ea82873a563d6788",
|
||||
"digest": "9e8e9a517e4bc9155de0fc93a70166c092f966e673249243d43ca3dc96ab9c0e",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.21.5-0"
|
||||
"version": "1.21.6-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1.21"
|
||||
- "1.21-debian-11"
|
||||
- "1.21.5"
|
||||
- "1.21.6"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue