mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 02:37:20 +08:00
1.15.0-debian-10-r0 release
This commit is contained in:
@@ -9,14 +9,14 @@ 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.14.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e8b4498ba5d0c5b7dcb476bae868bde1ebf86ce722fa05d7cfa3c4cad3a3fac5 /tmp/bitnami/pkg/cache/contour-1.14.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/contour-1.14.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/contour-1.14.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/contour-1.15.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "0bd1661d241075ef47dc2a8f9091694e47bb84699c247a57a0d10b661de86a46 /tmp/bitnami/pkg/cache/contour-1.15.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/contour-1.15.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/contour-1.15.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="contour" \
|
||||
BITNAMI_IMAGE_VERSION="1.14.1-debian-10-r11" \
|
||||
BITNAMI_IMAGE_VERSION="1.15.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/contour/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"contour": {
|
||||
"arch": "amd64",
|
||||
"digest": "e8b4498ba5d0c5b7dcb476bae868bde1ebf86ce722fa05d7cfa3c4cad3a3fac5",
|
||||
"digest": "0bd1661d241075ef47dc2a8f9091694e47bb84699c247a57a0d10b661de86a46",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.1-0"
|
||||
"version": "1.15.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.14.1`, `1.14.1-debian-10-r11`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-contour/blob/1.14.1-debian-10-r11/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.15.0`, `1.15.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-contour/blob/1.15.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).
|
||||
|
||||
@@ -111,7 +111,7 @@ We can launch another containers using the same flag (`--network NETWORK`) in th
|
||||
|
||||
# Configuration
|
||||
|
||||
CHANGEME: Add configuration section
|
||||
Find how to configure Contour in its [official documentation](https://projectcontour.io/docs/main/).
|
||||
|
||||
# Logging
|
||||
|
||||
|
||||
Reference in New Issue
Block a user