mirror of
https://github.com/bitnami/containers.git
synced 2026-02-20 06:37:24 +08:00
[bitnami/contour] Release 1.22.1-debian-11-r11 (#9199)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Fran Mulero <fmulero@vmware.com> Co-authored-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -4,7 +4,7 @@ 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.22.1-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="1.22.1-debian-11-r11" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/contour" \
|
||||
org.opencontainers.image.title="contour" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -20,13 +20,18 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f contour-1.22.1-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/contour-1.22.1-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/contour-1.22.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
fi && \
|
||||
sha256sum -c contour-1.22.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf contour-1.22.1-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf contour-1.22.1-0-linux-${OS_ARCH}-debian-11.tar.gz contour-1.22.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||
COMPONENTS=( \
|
||||
"contour-1.22.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \
|
||||
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \
|
||||
fi && \
|
||||
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
|
||||
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \
|
||||
done
|
||||
RUN apt-get autoremove --purge -y curl && \
|
||||
apt-get update && apt-get upgrade -y && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"contour": {
|
||||
"arch": "amd64",
|
||||
"digest": "7b18362ab8299c4ce01528e67c9ed7fb84a0482613f75d1133099e512f27c595",
|
||||
"digest": "531ef5c992c5c78f26824e36abb7a07883fadfb7a2ac000dd7627d5fd2508475",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.22.1-0"
|
||||
"version": "1.22.1-1"
|
||||
}
|
||||
}
|
||||
@@ -39,9 +39,9 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1.22`, `1.22-debian-11`, `1.22.1`, `1.22.1-debian-11-r10`, `latest` (1.22/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/contour/1.22/debian-11/Dockerfile)
|
||||
* [`1.22`, `1.22-debian-11`, `1.22.1`, `1.22.1-debian-11-r11`, `latest` (1.22/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/contour/1.22/debian-11/Dockerfile)
|
||||
* [`1.21`, `1.21-debian-11`, `1.21.1`, `1.21.1-debian-11-r40` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/contour/1.21/debian-11/Dockerfile)
|
||||
* [`1.20`, `1.20-debian-11`, `1.20.2`, `1.20.2-debian-11-r41` (1.20/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/contour/1.20/debian-11/Dockerfile)
|
||||
* [`1.20`, `1.20-debian-11`, `1.20.2`, `1.20.2-debian-11-r42` (1.20/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/contour/1.20/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user