mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
2.4.6-scratch-r1 release
This commit is contained in:
committed by
Bitnami Containers
parent
c5ad8fa1a3
commit
a1513a3d7d
@@ -1,8 +1,24 @@
|
||||
FROM scratch
|
||||
FROM bitnami/minideb:bullseye as builder
|
||||
|
||||
COPY prebuildfs /
|
||||
|
||||
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
|
||||
|
||||
######
|
||||
|
||||
FROM scratch
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
COPY --from=builder /opt/bitnami/kubeapps-apprepository-controller/bin/apprepository-controller /apprepository-controller
|
||||
|
||||
USER 1001
|
||||
|
||||
CMD [ "/apprepository-controller" ]
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"kubeapps-apprepository-controller": {
|
||||
"digest": "bcc5eb4fae2f83322212ee423f861c5c87722cb8fcece729692c9e96a95df446",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "2.4.6"
|
||||
"arch": "amd64",
|
||||
"digest": "c391d2b9e2e3c946d353820d1a148774dd3aca2efcb5a56224169820ab62514c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.6-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user