mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
2.4.1-debian-10-r20 release
This commit is contained in:
@@ -9,15 +9,15 @@ 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/kubeapps-apis-2.4.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "849a47d16026ca2d72448830c5e05761012338202d5b904bc1073a4877754b43 /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-apis-2.4.1-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "8b7fc7992d61c545e61d993ca01cb262d77b9743b3b4228696ddde1ead704ebf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.1-1-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN ln -s /opt/bitnami/kubeapps-apis/plugins /plugins && ln -s /opt/bitnami/kubeapps-apis/bin/kubeapps-apis /kubeapps-apis
|
||||
|
||||
ENV BITNAMI_APP_NAME="kubeapps-apis" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r19" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r20" \
|
||||
PATH="/opt/bitnami/kubeapps-apis/bin:$PATH"
|
||||
|
||||
EXPOSE 50051
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kubeapps-apis": {
|
||||
"arch": "amd64",
|
||||
"digest": "849a47d16026ca2d72448830c5e05761012338202d5b904bc1073a4877754b43",
|
||||
"digest": "8b7fc7992d61c545e61d993ca01cb262d77b9743b3b4228696ddde1ead704ebf",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.1-0"
|
||||
"version": "2.4.1-1"
|
||||
}
|
||||
}
|
||||
@@ -31,7 +31,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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r19`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-apis/blob/2.4.1-debian-10-r19/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r20`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-apis/blob/2.4.1-debian-10-r20/2/debian-10/Dockerfile)
|
||||
|
||||
# Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user