2.4.4-debian-10-r7 release
This commit is contained in:
parent
54a376c4b3
commit
0ec2490ef1
|
|
@ -9,10 +9,10 @@ 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-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "bc37349307657a69aed15d6bf7ab87b01eaffbc78f9f1e5f0a3ebf1c8dce9dc2 /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.4-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.4-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.4-0-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.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 apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kubeapps-pinniped-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "bc37349307657a69aed15d6bf7ab87b01eaffbc78f9f1e5f0a3ebf1c8dce9dc2",
|
||||
"digest": "e2b041f5c2033fdbc46ec4412d2a8ea1bddec32bb739bf795857997af325724e",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.4-0"
|
||||
"version": "2.4.4-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
> Kubeapps Pinniped Proxy is one of the main components of Kubeapps, a Web-based application deployment and management tool for Kubernetes clusters. It is used to handle OIDC requests.
|
||||
|
||||
[Overview of Kubeapps Pinniped Proxy](https://github.com/kubeapps/kubeapps)
|
||||
[Overview of Kubeapps Pinniped Proxy](https://github.com/vmware-tanzu/kubeapps)
|
||||
|
||||
|
||||
|
||||
|
|
@ -35,11 +35,11 @@ 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-r6`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-pinniped-proxy/blob/2.4.4-debian-10-r6/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.4`, `2.4.4-debian-10-r7`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-pinniped-proxy/blob/2.4.4-debian-10-r7/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
For further documentation, please check [here](https://github.com/kubeapps/kubeapps/tree/master/cmd/pinniped-proxy).
|
||||
For further documentation, please check [here](https://github.com/vmware-tanzu/kubeapps/tree/master/cmd/pinniped-proxy).
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue