2.4.5-debian-10-r0 release
This commit is contained in:
parent
b985aef462
commit
fbceb9c64d
|
|
@ -9,15 +9,15 @@ 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.4-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e2b041f5c2033fdbc46ec4412d2a8ea1bddec32bb739bf795857997af325724e /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.4-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.4-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.4-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.5-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "1b926af6523c7a79ac93ecfa25eef625ef6583f7439419d8c878c94b8b946234 /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.5-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-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-pinniped-proxy-2.4.5-0-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 APP_VERSION="2.4.4" \
|
||||
ENV APP_VERSION="2.4.5" \
|
||||
BITNAMI_APP_NAME="kubeapps-pinniped-proxy" \
|
||||
PATH="/opt/bitnami/kubeapps-pinniped-proxy/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kubeapps-pinniped-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "e2b041f5c2033fdbc46ec4412d2a8ea1bddec32bb739bf795857997af325724e",
|
||||
"digest": "1b926af6523c7a79ac93ecfa25eef625ef6583f7439419d8c878c94b8b946234",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.4-1"
|
||||
"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/).
|
||||
|
||||
|
||||
* [`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-pinniped-proxy/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-pinniped-proxy/blob/2.4.5-debian-10-r0/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue