mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
1.8.2-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
c8281e6989
commit
f233a253ac
@@ -1,23 +1,22 @@
|
||||
FROM docker.io/bitnami/minideb:bullseye
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
OS_NAME="linux"
|
||||
|
||||
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.1-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "548e020869a921bad422e6e165a5d022cb8e48a584ba9f5551cfc18acc121a4a /tmp/bitnami/pkg/cache/cert-manager-1.8.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-1.8.1-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.1-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-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 apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="1.8.1" \
|
||||
ENV APP_VERSION="1.8.2" \
|
||||
BITNAMI_APP_NAME="cert-manager" \
|
||||
PATH="/opt/bitnami/cert-manager/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"cert-manager": {
|
||||
"arch": "amd64",
|
||||
"digest": "548e020869a921bad422e6e165a5d022cb8e48a584ba9f5551cfc18acc121a4a",
|
||||
"digest": "753dec8094874e11a18e6e767ffa3843487521fd972ff961404f024ce7eb8c18",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.1-0"
|
||||
"version": "1.8.2-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user