1.7.1-debian-10-r12 release
This commit is contained in:
parent
21c516172d
commit
c54b09b6a2
|
|
@ -9,16 +9,16 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# 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-webhook-1.7.1-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "1a715dc6a301f0f989bb9fa1593d3289c4122dba83e3a839e0f84d1eee137224 /tmp/bitnami/pkg/cache/cert-manager-webhook-1.7.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-webhook-1.7.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cert-manager-webhook-1.7.1-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cert-manager-webhook-1.7.1-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "f6479eb1c4c76ebd5b1b1058ac4203c06d1e43dbae51e4b1455942d9a677bbec /tmp/bitnami/pkg/cache/cert-manager-webhook-1.7.1-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-webhook-1.7.1-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cert-manager-webhook-1.7.1-2-linux-amd64-debian-10.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 BITNAMI_APP_NAME="cert-manager-webhook" \
|
||||
BITNAMI_IMAGE_VERSION="1.7.1-debian-10-r11" \
|
||||
BITNAMI_IMAGE_VERSION="1.7.1-debian-10-r12" \
|
||||
PATH="/opt/bitnami/cert-manager-webhook/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/cert-manager-webhook
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"cert-manager-webhook": {
|
||||
"arch": "amd64",
|
||||
"digest": "1a715dc6a301f0f989bb9fa1593d3289c4122dba83e3a839e0f84d1eee137224",
|
||||
"digest": "f6479eb1c4c76ebd5b1b1058ac4203c06d1e43dbae51e4b1455942d9a677bbec",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.7.1-1"
|
||||
"version": "1.7.1-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -48,7 +48,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.7.1`, `1.7.1-debian-10-r11`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager-webhook/blob/1.7.1-debian-10-r11/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.7.1`, `1.7.1-debian-10-r12`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager-webhook/blob/1.7.1-debian-10-r12/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/cert-manager-webhook GitHub repo](https://github.com/bitnami/bitnami-docker-cert-manager-webhook).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue