2.4.3-debian-10-r5 release
This commit is contained in:
parent
1078fc1b4c
commit
bdb4e33f30
|
|
@ -9,17 +9,17 @@ 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.3-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "8afa01d5a473c6750a9c4ddd087cb9b82471a420dbd6116f3a1b4ffdd779c26a /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.3-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.3-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.3-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-apis-2.4.3-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "71c9bc8fecf264b84c8ec13662e06a0e15b8dc6a53bf5d4de0a0acfc46974334 /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.3-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.3-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.3-2-linux-amd64-debian-10.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
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.3-debian-10-r4" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.3-debian-10-r5" \
|
||||
PATH="/opt/bitnami/kubeapps-apis/bin:$PATH"
|
||||
|
||||
EXPOSE 50051
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kubeapps-apis": {
|
||||
"arch": "amd64",
|
||||
"digest": "8afa01d5a473c6750a9c4ddd087cb9b82471a420dbd6116f3a1b4ffdd779c26a",
|
||||
"digest": "71c9bc8fecf264b84c8ec13662e06a0e15b8dc6a53bf5d4de0a0acfc46974334",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.3-1"
|
||||
"version": "2.4.3-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -35,7 +35,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.3`, `2.4.3-debian-10-r4`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-apis/blob/2.4.3-debian-10-r4/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.3`, `2.4.3-debian-10-r5`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-apis/blob/2.4.3-debian-10-r5/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue