mirror of
https://github.com/bitnami/containers.git
synced 2026-02-27 15:07:25 +08:00
2.4.2-debian-10-r54 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.2-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "acbc552b122a7f05989bffc058ff222161671adb2052768ccb04d317d3269f22 /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.2-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.2-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.2-2-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.2-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "94797ff7a9fe1b5415d60ba440af019eb6805ac59aae34a8d2c799e9246005b0 /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.2-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.2-3-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.2-3-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.2-debian-10-r53" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.2-debian-10-r54" \
|
||||
PATH="/opt/bitnami/kubeapps-pinniped-proxy/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kubeapps-pinniped-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "acbc552b122a7f05989bffc058ff222161671adb2052768ccb04d317d3269f22",
|
||||
"digest": "94797ff7a9fe1b5415d60ba440af019eb6805ac59aae34a8d2c799e9246005b0",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.2-2"
|
||||
"version": "2.4.2-3"
|
||||
}
|
||||
}
|
||||
@@ -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.2`, `2.4.2-debian-10-r53`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-pinniped-proxy/blob/2.4.2-debian-10-r53/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.2`, `2.4.2-debian-10-r54`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-pinniped-proxy/blob/2.4.2-debian-10-r54/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user