mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 20:17:34 +08:00
2.4.6-scratch-r2 release
This commit is contained in:
committed by
Bitnami Containers
parent
453febfa0b
commit
5920d6e957
@@ -6,10 +6,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates gzip tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-apprepository-controller-2.4.6-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "c391d2b9e2e3c946d353820d1a148774dd3aca2efcb5a56224169820ab62514c /tmp/bitnami/pkg/cache/kubeapps-apprepository-controller-2.4.6-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apprepository-controller-2.4.6-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kubeapps-apprepository-controller-2.4.6-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-apprepository-controller-2.4.6-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "bd6cde3cce8f25cfaf6a74791d114892bf2bd57de034051829efda33b6861768 /tmp/bitnami/pkg/cache/kubeapps-apprepository-controller-2.4.6-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apprepository-controller-2.4.6-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kubeapps-apprepository-controller-2.4.6-1-linux-amd64-debian-11.tar.gz
|
||||
|
||||
######
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kubeapps-apprepository-controller": {
|
||||
"arch": "amd64",
|
||||
"digest": "c391d2b9e2e3c946d353820d1a148774dd3aca2efcb5a56224169820ab62514c",
|
||||
"digest": "bd6cde3cce8f25cfaf6a74791d114892bf2bd57de034051829efda33b6861768",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.6-0"
|
||||
"version": "2.4.6-1"
|
||||
}
|
||||
}
|
||||
@@ -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-scratch`, `2.4.6`, `2.4.6-scratch-r1`, `latest` (2/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-apprepository-controller/blob/2.4.6-scratch-r1/2/scratch/Dockerfile)
|
||||
* [`2`, `2-scratch`, `2.4.6`, `2.4.6-scratch-r2`, `latest` (2/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-apprepository-controller/blob/2.4.6-scratch-r2/2/scratch/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user