0.3.2-ol-7-r15 release
This commit is contained in:
parent
e393b21321
commit
0883ff56bc
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r44 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r45 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.3.2-0-linux-x86_64-ol-7.tar.gz && \
|
||||
|
|
@ -8,12 +8,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
|
||||
##################
|
||||
|
||||
FROM bitnami/oraclelinux-extras:7-r44
|
||||
FROM bitnami/oraclelinux-extras:7-r45
|
||||
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.3.2-ol-7-r14" \
|
||||
BITNAMI_IMAGE_VERSION="0.3.2-ol-7-r15" \
|
||||
PATH="/opt/bitnami/cert-manager/bin:$PATH"
|
||||
|
||||
RUN install_packages ca-certificates
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ 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.
|
||||
|
||||
|
||||
* [`0-ol-7`, `0.3.2-ol-7-r14` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager/blob/0.3.2-ol-7-r14/0/ol-7/Dockerfile)
|
||||
* [`0-ol-7`, `0.3.2-ol-7-r15` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager/blob/0.3.2-ol-7-r15/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.3.2-debian-9-r14`, `0`, `0.3.2`, `0.3.2-r14`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager/blob/0.3.2-debian-9-r14/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