mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
[bitnami/kubeapps-apprepository-controller] Release 2.4.6-scratch-r4 (#2364)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-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
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-apprepository-controller-2.4.6-2-linux-amd64-debian-11.tar.gz && \
|
||||
echo "09ecb7f86c60efb1ef2a9ef946b0e52bc2b252ab4ce1ee5337b1c750f73ea949 /tmp/bitnami/pkg/cache/kubeapps-apprepository-controller-2.4.6-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apprepository-controller-2.4.6-2-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-2-linux-amd64-debian-11.tar.gz
|
||||
|
||||
######
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kubeapps-apprepository-controller": {
|
||||
"arch": "amd64",
|
||||
"digest": "bd6cde3cce8f25cfaf6a74791d114892bf2bd57de034051829efda33b6861768",
|
||||
"digest": "09ecb7f86c60efb1ef2a9ef946b0e52bc2b252ab4ce1ee5337b1c750f73ea949",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.6-1"
|
||||
"version": "2.4.6-2"
|
||||
}
|
||||
}
|
||||
@@ -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-r3`, `latest` (2/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kubeapps-apprepository-controller/2/scratch/Dockerfile)
|
||||
* [`2`, `2-scratch`, `2.4.6`, `2.4.6-scratch-r4`, `latest` (2/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kubeapps-apprepository-controller/2/scratch/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user