1.20.1-debian-10-r5 release
This commit is contained in:
parent
415d181e80
commit
b0cfddf57d
|
|
@ -9,17 +9,17 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/contour-1.20.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e7b39795b65cf7fdebb064d94888e979bdb5d5d7a5738c4362674234b2345b78 /tmp/bitnami/pkg/cache/contour-1.20.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/contour-1.20.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/contour-1.20.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/contour-1.20.1-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "5e2a6157daf76f59f7d4725dc048d46b21188b4df94aadd8b3cb5c6633ebb614 /tmp/bitnami/pkg/cache/contour-1.20.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/contour-1.20.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/contour-1.20.1-1-linux-amd64-debian-10.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
|
||||
RUN ln -s /opt/bitnami/contour/bin/contour /bin/contour
|
||||
|
||||
ENV BITNAMI_APP_NAME="contour" \
|
||||
BITNAMI_IMAGE_VERSION="1.20.1-debian-10-r4" \
|
||||
BITNAMI_IMAGE_VERSION="1.20.1-debian-10-r5" \
|
||||
PATH="/opt/bitnami/contour/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"contour": {
|
||||
"arch": "amd64",
|
||||
"digest": "e7b39795b65cf7fdebb064d94888e979bdb5d5d7a5738c4362674234b2345b78",
|
||||
"digest": "5e2a6157daf76f59f7d4725dc048d46b21188b4df94aadd8b3cb5c6633ebb614",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.20.1-0"
|
||||
"version": "1.20.1-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -41,7 +41,7 @@ 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.20`, `1.20-debian-10`, `1.20.1`, `1.20.1-debian-10-r4` (1.20/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-contour/blob/1.20.1-debian-10-r4/1.20/debian-10/Dockerfile)
|
||||
* [`1.20`, `1.20-debian-10`, `1.20.1`, `1.20.1-debian-10-r5` (1.20/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-contour/blob/1.20.1-debian-10-r5/1.20/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/contour GitHub repo](https://github.com/bitnami/bitnami-docker-contour).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue