mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 23:38:16 +08:00
[bitnami/envoy-intel] Release 1.20.7-debian-11-r0 (#329)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -8,15 +8,15 @@ COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/envoy-intel-1.20.6-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "6ecee27ad013ab2af544b879ae651b18c13e133576669b7a4f19173f92abae48 /tmp/bitnami/pkg/cache/envoy-intel-1.20.6-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/envoy-intel-1.20.6-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/envoy-intel-1.20.6-1-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/envoy-intel-1.20.7-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "5b23a88361f56e645aacb735de284a8665c6a13053261770416cbe471075dc2d /tmp/bitnami/pkg/cache/envoy-intel-1.20.7-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/envoy-intel-1.20.7-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/envoy-intel-1.20.7-0-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="1.20.6" \
|
||||
ENV APP_VERSION="1.20.7" \
|
||||
BITNAMI_APP_NAME="envoy-intel" \
|
||||
PATH="/opt/bitnami/envoy/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"envoy-intel": {
|
||||
"arch": "amd64",
|
||||
"digest": "6ecee27ad013ab2af544b879ae651b18c13e133576669b7a4f19173f92abae48",
|
||||
"digest": "5b23a88361f56e645aacb735de284a8665c6a13053261770416cbe471075dc2d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.20.6-1"
|
||||
"version": "1.20.7-0"
|
||||
}
|
||||
}
|
||||
@@ -32,7 +32,7 @@ Optimized containers fully leverage 3rd gen Intel(R) Xeon(R) Scalable Processor
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1.20`, `1.20-debian-11`, `1.20.6`, `1.20.6-debian-11-r7`, `latest` (1.20/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-envoy-intel/blob/1.20.6-debian-11-r7/1.20/debian-11/Dockerfile)
|
||||
* [`1.20`, `1.20-debian-11`, `1.20.7`, `1.20.7-debian-11-r0`, `latest` (1.20/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-envoy-intel/blob/1.20.7-debian-11-r0/1.20/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/envoy-intel GitHub repo](https://github.com/bitnami/bitnami-docker-envoy-intel).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user