2.24.1-debian-9-r0 release

This commit is contained in:
Bitnami Bot 2019-12-10 19:16:27 +00:00
parent a5c53df504
commit d09b8bf829
2 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages libc6 libcomerr2 libcurl3 libffi6 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libnettle6 libnghttp2-14 libp11-kit0 libpsl5 librtmp1 libsasl2-2 libssh2-1 libssl1.0.2 libssl1.1 libtasn1-6 libunistring0 ssh zlib1g
RUN bitnami-pkg install git-2.24.0-0 --checksum dee050702e785983e6d45c1ec197c99ffa9f12b38fe5574f53a11c16ba8435ba
RUN bitnami-pkg install git-2.24.1-0 --checksum 0bd650ac89eff766d64b3d19145ba69873742b8a18815c2957e1fddf86e796ef
COPY rootfs /
ENV BITNAMI_APP_NAME="git" \
BITNAMI_IMAGE_VERSION="2.24.0-debian-9-r32" \
BITNAMI_IMAGE_VERSION="2.24.1-debian-9-r0" \
PATH="/opt/bitnami/git/bin:$PATH"
ENTRYPOINT [ "git" ]

View File

@ -28,8 +28,8 @@ $ docker run --name git bitnami/git:latest
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/).
* [`2-debian-9`, `2.24.1-debian-9-r0`, `2`, `2.24.1`, `2.24.1-r0`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.24.1-debian-9-r0/2/debian-9/Dockerfile)
* [`2-ol-7`, `2.24.0-ol-7-r39` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.24.0-ol-7-r39/2/ol-7/Dockerfile)
* [`2-debian-9`, `2.24.0-debian-9-r32`, `2`, `2.24.0`, `2.24.0-r32`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.24.0-debian-9-r32/2/debian-9/Dockerfile)
* [`2-centos-7`, `2.24.0-centos-7-r0` (2/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.24.0-centos-7-r0/2/centos-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/git GitHub repo](https://github.com/bitnami/bitnami-docker-git).