parent
113dd20374
commit
c9f069c33a
|
|
@ -1,19 +1,19 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r63 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r64 as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cert-manager-0.4.0-0-linux-x86_64-ol-7.tar.gz && \
|
||||
echo "f38245fe9fc9f6e1c08f3b41dad9e725614f4a780a6f2c98d1c1c14f367898bd /tmp/bitnami/pkg/cache/cert-manager-0.4.0-0-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-0.4.0-0-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cert-manager-0.4.0-0-linux-x86_64-ol-7.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cert-manager-0.4.1-0-linux-x86_64-ol-7.tar.gz && \
|
||||
echo "f1ab8e072e3ee6307183e67007916fe75ef08ccd6249256f5707f8917f6044b6 /tmp/bitnami/pkg/cache/cert-manager-0.4.1-0-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-0.4.1-0-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cert-manager-0.4.1-0-linux-x86_64-ol-7.tar.gz
|
||||
|
||||
##################
|
||||
|
||||
FROM bitnami/oraclelinux-extras:7-r63
|
||||
FROM bitnami/oraclelinux-extras:7-r64
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=buildenv /opt/bitnami/cert-manager /opt/bitnami/cert-manager
|
||||
ENV BITNAMI_APP_NAME="cert-manager" \
|
||||
BITNAMI_IMAGE_VERSION="0.4.0-ol-7-r10" \
|
||||
BITNAMI_IMAGE_VERSION="0.4.1-ol-7-r0" \
|
||||
PATH="/opt/bitnami/cert-manager/bin:$PATH"
|
||||
|
||||
RUN install_packages ca-certificates
|
||||
|
|
|
|||
|
|
@ -25,8 +25,10 @@ Kubernetes cluster with `CustomResourceDefinition` or `ThirdPartyResource suppor
|
|||
|
||||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
* [`0-ol-7`, `0.4.0-ol-7-r10` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager/blob/0.4.0-ol-7-r10/0/ol-7/Dockerfile)
|
||||
|
||||
* [`0-ol-7`, `0.4.1-ol-7-r0` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager/blob/0.4.1-ol-7-r0/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.4.0-debian-9-r13`, `0`, `0.4.0`, `0.4.0-r13`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager/blob/0.4.0-debian-9-r13/0/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/cert-manager GitHub repo](https://github.com/bitnami/bitnami-docker-cert-manager).
|
||||
|
|
|
|||
Loading…
Reference in New Issue