mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
[bitnami/contour] Release 1.22.0-debian-11-r10 (#4543)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.22.0-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="1.22.0-debian-11-r10" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/contour" \
|
||||
org.opencontainers.image.title="contour" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -15,12 +15,14 @@ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||
RUN install_packages ca-certificates curl gzip procps tar
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/contour-1.22.0-1-linux-amd64-debian-11.tar.gz -o contour-1.22.0-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "7b34a580e75e71849a4a66068ba300e196735af05e939d78424a9dacd8aeb044 contour-1.22.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf contour-1.22.0-1-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf contour-1.22.0-1-linux-amd64-debian-11.tar.gz
|
||||
if [ ! -f contour-1.22.0-2-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/contour-1.22.0-2-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "e334ff5d20bbdd5445c100c1012efbf8b6f14d3d3aff8117bbe752541c95c4cd contour-1.22.0-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf contour-1.22.0-2-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf contour-1.22.0-2-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
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"contour": {
|
||||
"arch": "amd64",
|
||||
"digest": "7b34a580e75e71849a4a66068ba300e196735af05e939d78424a9dacd8aeb044",
|
||||
"digest": "e334ff5d20bbdd5445c100c1012efbf8b6f14d3d3aff8117bbe752541c95c4cd",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.22.0-1"
|
||||
"version": "1.22.0-2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user