mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
2.4.5-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
2bcffbb93e
commit
03ce49fe04
@@ -9,16 +9,16 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
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.4-2-linux-amd64-debian-10.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-apis-2.4.5-0-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "ac438985bf2d630074df336cdac1f7aa2462f91621e6ce448abf9c2272270c09 /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.4-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "096a1c7da1198f7e30c473ac6d56696093b469f162657d233dd66721b8175f88 /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.5-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.4-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.5-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.4-2-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.5-0-linux-amd64-debian-10.tar.gz
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
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
|
RUN ln -s /opt/bitnami/kubeapps-apis/plugins /plugins && ln -s /opt/bitnami/kubeapps-apis/bin/kubeapps-apis /kubeapps-apis
|
||||||
|
|
||||||
ENV APP_VERSION="2.4.4" \
|
ENV APP_VERSION="2.4.5" \
|
||||||
BITNAMI_APP_NAME="kubeapps-apis" \
|
BITNAMI_APP_NAME="kubeapps-apis" \
|
||||||
PATH="/opt/bitnami/kubeapps-apis/bin:$PATH"
|
PATH="/opt/bitnami/kubeapps-apis/bin:$PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"kubeapps-apis": {
|
"kubeapps-apis": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "ac438985bf2d630074df336cdac1f7aa2462f91621e6ce448abf9c2272270c09",
|
"digest": "096a1c7da1198f7e30c473ac6d56696093b469f162657d233dd66721b8175f88",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.4.4-2"
|
"version": "2.4.5-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -33,7 +33,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/).
|
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.4`, `2.4.4-debian-10-r27`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-apis/blob/2.4.4-debian-10-r27/2/debian-10/Dockerfile)
|
* [`2`, `2-debian-10`, `2.4.5`, `2.4.5-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-apis/blob/2.4.5-debian-10-r0/2/debian-10/Dockerfile)
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user