mirror of
https://github.com/bitnami/containers.git
synced 2026-03-17 14:57:40 +08:00
1.5.0-debian-10-r0 release
This commit is contained in:
@@ -8,15 +8,15 @@ 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.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 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.5.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "6e4d5a88af2f9472c734653bee5c0d96f7705140a37c959d59cb29d0e27ec934 /tmp/bitnami/pkg/cache/cert-manager-1.5.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-1.5.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cert-manager-1.5.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="cert-manager" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.3-debian-10-r4" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/cert-manager/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/cert-manager
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"cert-manager": {
|
||||
"arch": "amd64",
|
||||
"digest": "15acfaf18816879ae5a6a574a90f81cd4a176dd936b537da9e84e84e03bf57c1",
|
||||
"digest": "6e4d5a88af2f9472c734653bee5c0d96f7705140a37c959d59cb29d0e27ec934",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.4.3-0"
|
||||
"version": "1.5.0-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user