mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 14:57:54 +08:00
1.8.2-debian-11-r7 release
This commit is contained in:
committed by
Bitnami Containers
parent
7e6ef20c17
commit
c1bca43b00
@@ -8,10 +8,10 @@ COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# 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/cert-manager-1.8.2-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "753dec8094874e11a18e6e767ffa3843487521fd972ff961404f024ce7eb8c18 /tmp/bitnami/pkg/cache/cert-manager-1.8.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-1.8.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cert-manager-1.8.2-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cert-manager-1.8.2-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "36ae1125258f65294816125fcc087b3acf4662b3297501579cdc57ca0b02d147 /tmp/bitnami/pkg/cache/cert-manager-1.8.2-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-1.8.2-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cert-manager-1.8.2-1-linux-amd64-debian-11.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 @@
|
||||
{
|
||||
"cert-manager": {
|
||||
"arch": "amd64",
|
||||
"digest": "753dec8094874e11a18e6e767ffa3843487521fd972ff961404f024ce7eb8c18",
|
||||
"digest": "36ae1125258f65294816125fcc087b3acf4662b3297501579cdc57ca0b02d147",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.2-0"
|
||||
"version": "1.8.2-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user