[bitnami/istio-proxyv2] Release 1.14.3-debian-11-r1 (#4581)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b062825ec8
commit
315836bbbb
|
|
@ -6,7 +6,7 @@ ENV HOME="/" \
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.14.3-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="1.14.3-debian-11-r1" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/istio-proxyv2" \
|
||||
org.opencontainers.image.title="istio-proxyv2" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -17,12 +17,12 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 procps tar
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f envoy-1.22.5-0-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/envoy-1.22.5-0-linux-amd64-debian-11.tar.gz -O ; \
|
||||
if [ ! -f envoy-1.22.5-1-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/envoy-1.22.5-1-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "fa9ada6acb45636407c999ffcaf00c629d94a22754906f4cbcf6c85dfee0a7a1 envoy-1.22.5-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf envoy-1.22.5-0-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf envoy-1.22.5-0-linux-amd64-debian-11.tar.gz
|
||||
echo "1aff8660226bfc9000f62bed7d6d7c628bc06605e718090f2528f702189ef90d envoy-1.22.5-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf envoy-1.22.5-1-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf envoy-1.22.5-1-linux-amd64-debian-11.tar.gz
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f istio-proxyv2-1.14.3-1-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/istio-proxyv2-1.14.3-1-linux-amd64-debian-11.tar.gz -O ; \
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"envoy": {
|
||||
"arch": "amd64",
|
||||
"digest": "fa9ada6acb45636407c999ffcaf00c629d94a22754906f4cbcf6c85dfee0a7a1",
|
||||
"digest": "1aff8660226bfc9000f62bed7d6d7c628bc06605e718090f2528f702189ef90d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.22.5-0"
|
||||
"version": "1.22.5-1"
|
||||
},
|
||||
"istio-proxyv2": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $ docker run --name Istio Proxy V2 bitnami/Istio Proxy V2:latest
|
|||
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.14`, `1.14-debian-11`, `1.14.3`, `1.14.3-debian-11-r0`, `latest` (1.14/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/istio-proxyv2/1.14/debian-11/Dockerfile)
|
||||
- [`1.14`, `1.14-debian-11`, `1.14.3`, `1.14.3-debian-11-r1`, `latest` (1.14/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/istio-proxyv2/1.14/debian-11/Dockerfile)
|
||||
- [`1.13`, `1.13-debian-11`, `1.13.7`, `1.13.7-debian-11-r1` (1.13/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/istio-proxyv2/1.13/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
|
|
|||
Loading…
Reference in New Issue