mirror of
https://github.com/bitnami/containers.git
synced 2026-02-27 15:07:25 +08:00
2.4.3-debian-10-r4 release
This commit is contained in:
@@ -9,16 +9,16 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 libgcc1 libssl1.1 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-pinniped-proxy-2.4.3-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "6080d03e07453124f016a89b142cd6bf39a2fcdce050e0cf9fff1b0c6935432d /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.3-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-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-pinniped-proxy-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-pinniped-proxy-2.4.3-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "ff7850ee8a00e3d4205cb65b1657749706f64b22d2100acfde471fd55978f98e /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.3-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-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-pinniped-proxy-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
|
||||
|
||||
ENV BITNAMI_APP_NAME="kubeapps-pinniped-proxy" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.3-debian-10-r3" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.3-debian-10-r4" \
|
||||
PATH="/opt/bitnami/kubeapps-pinniped-proxy/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kubeapps-pinniped-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "6080d03e07453124f016a89b142cd6bf39a2fcdce050e0cf9fff1b0c6935432d",
|
||||
"digest": "ff7850ee8a00e3d4205cb65b1657749706f64b22d2100acfde471fd55978f98e",
|
||||
"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-r3`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-pinniped-proxy/blob/2.4.3-debian-10-r3/2/debian-10/Dockerfile)
|
||||
* [`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-pinniped-proxy/blob/2.4.3-debian-10-r4/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user