mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
2.2.1-debian-10-r14 release
This commit is contained in:
@@ -9,10 +9,10 @@ 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/wait-for-port-1.0.1-9-linux-amd64-debian-10.tar.gz && \
|
||||
echo "4b509978f6d0a4c3b958deeb3490241cda60e4412c138da665192631d60f70de /tmp/bitnami/pkg/cache/wait-for-port-1.0.1-9-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/wait-for-port-1.0.1-9-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/wait-for-port-1.0.1-9-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wait-for-port-1.0.1-10-linux-amd64-debian-10.tar.gz && \
|
||||
echo "35c818ba3f4b5aae905959bc7d3a5e81fc63786e3c662b604612c0aa7fcda8fd /tmp/bitnami/pkg/cache/wait-for-port-1.0.1-10-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/wait-for-port-1.0.1-10-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/wait-for-port-1.0.1-10-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kong-ingress-controller-2.2.1-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b910a34762107c8340c0f465bf7648638a3e9c8b86b8f04d0f1a124ba3d14458 /tmp/bitnami/pkg/cache/kong-ingress-controller-2.2.1-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kong-ingress-controller-2.2.1-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="kong-ingress-controller" \
|
||||
BITNAMI_IMAGE_VERSION="2.2.1-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="2.2.1-debian-10-r14" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/kong-ingress-controller/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
"digest": "4b509978f6d0a4c3b958deeb3490241cda60e4412c138da665192631d60f70de",
|
||||
"digest": "35c818ba3f4b5aae905959bc7d3a5e81fc63786e3c662b604612c0aa7fcda8fd",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.1-9"
|
||||
"version": "1.0.1-10"
|
||||
}
|
||||
}
|
||||
@@ -31,7 +31,7 @@ $ docker run --name kong-ingress-controller bitnami/kong-ingress-controller:late
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.2.1`, `2.2.1-debian-10-r13`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong-ingress-controller/blob/2.2.1-debian-10-r13/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.2.1`, `2.2.1-debian-10-r14`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong-ingress-controller/blob/2.2.1-debian-10-r14/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kong-ingress-controller GitHub repo](https://github.com/bitnami/bitnami-docker-kong-ingress-controller).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user