2.4.4-debian-10-r7 release
This commit is contained in:
parent
b32abddd15
commit
87d04c47aa
|
|
@ -9,10 +9,10 @@ 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.4-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "9fb9ee2bee346e3d4135a4c2f894dcbbda50c532a52bb218c114d329e09220af /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.4-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apis-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-apis-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-apis-2.4.4-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "ac438985bf2d630074df336cdac1f7aa2462f91621e6ce448abf9c2272270c09 /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.4-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.4-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.4-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
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kubeapps-apis": {
|
||||
"arch": "amd64",
|
||||
"digest": "9fb9ee2bee346e3d4135a4c2f894dcbbda50c532a52bb218c114d329e09220af",
|
||||
"digest": "ac438985bf2d630074df336cdac1f7aa2462f91621e6ce448abf9c2272270c09",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.4-1"
|
||||
"version": "2.4.4-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
> The Kubeapps APIs are a component of the Kubeapps application. They are a collection of APIs for creating user experiences to manage packaged Kubernetes applications.
|
||||
|
||||
[Overview of Kubeapps APIs](https://kubeapps.com/)
|
||||
[Overview of Kubeapps APIs](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-apis/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-apis/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/kubeapps-apis).
|
||||
For further documentation, please check [here](https://github.com/vmware-tanzu/kubeapps/tree/main/cmd/kubeapps-apis).
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue