mirror of
https://github.com/bitnami/containers.git
synced 2026-03-17 14:57:40 +08:00
1.4.3-debian-10-r0 release
This commit is contained in:
@@ -9,14 +9,14 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cert-manager-1.4.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "45e6b593bc3ea1eafc47aaad04108ec00f7aad9a75bcf38c41f7b443cbb8c344 /tmp/bitnami/pkg/cache/cert-manager-1.4.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-1.4.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cert-manager-1.4.2-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cert-manager-1.4.3-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "15acfaf18816879ae5a6a574a90f81cd4a176dd936b537da9e84e84e03bf57c1 /tmp/bitnami/pkg/cache/cert-manager-1.4.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-1.4.3-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cert-manager-1.4.3-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="cert-manager" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.2-debian-10-r3" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.3-debian-10-r0" \
|
||||
PATH="/opt/bitnami/cert-manager/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/cert-manager
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"cert-manager": {
|
||||
"arch": "amd64",
|
||||
"digest": "45e6b593bc3ea1eafc47aaad04108ec00f7aad9a75bcf38c41f7b443cbb8c344",
|
||||
"digest": "15acfaf18816879ae5a6a574a90f81cd4a176dd936b537da9e84e84e03bf57c1",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.4.2-0"
|
||||
"version": "1.4.3-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user