1.12.0-debian-10-r0 release
This commit is contained in:
parent
f21977545c
commit
2969ab227d
|
|
@ -9,14 +9,14 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# 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/contour-1.11.0-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "86fbb9b64217a73be36d23c4c879ac2cee8b06d299ef3585400784d4732de967 /tmp/bitnami/pkg/cache/contour-1.11.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/contour-1.11.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/contour-1.11.0-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/contour-1.12.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "381bce2dd9ac6f460913239438c0d4ef93b6d307ce8489885174a82bc9690939 /tmp/bitnami/pkg/cache/contour-1.12.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/contour-1.12.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/contour-1.12.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="contour" \
|
||||
BITNAMI_IMAGE_VERSION="1.11.0-debian-10-r48" \
|
||||
BITNAMI_IMAGE_VERSION="1.12.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/contour/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"contour": {
|
||||
"arch": "amd64",
|
||||
"digest": "86fbb9b64217a73be36d23c4c879ac2cee8b06d299ef3585400784d4732de967",
|
||||
"digest": "381bce2dd9ac6f460913239438c0d4ef93b6d307ce8489885174a82bc9690939",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.11.0-1"
|
||||
"version": "1.12.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -37,7 +37,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`, `1-debian-10`, `1.11.0`, `1.11.0-debian-10-r48`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-contour/blob/1.11.0-debian-10-r48/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.12.0`, `1.12.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-contour/blob/1.12.0-debian-10-r0/1/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