2.25.1-ol-7-r0 release
This commit is contained in:
parent
3f89dfb020
commit
30ef2d9a0a
|
|
@ -8,7 +8,7 @@ COPY prebuildfs /
|
|||
RUN install_packages ca-certificates curl cyrus-sasl-lib glibc gzip hostname keyutils-libs krb5-libs libaio-devel libcom_err libcurl libidn libselinux libssh2 nspr nss nss-softokn-freebl nss-util openldap openssh-clients openssl-libs pcre procps-ng sudo tar which zlib
|
||||
RUN /build/bitnami-user.sh && \
|
||||
/build/install-nami.sh
|
||||
RUN bitnami-pkg install git-2.25.0-0 --checksum 2fd25c5b37cec238a759c3c3643c156d4fe5b00716e2152c7c494cf6729673c9
|
||||
RUN bitnami-pkg install git-2.25.1-0 --checksum 037457371b4782c6e780a899463a54544590a20a12c344bf5d14cef5ef470077
|
||||
RUN yum upgrade -y && \
|
||||
rm -r /var/cache/yum
|
||||
RUN /build/install-gosu.sh
|
||||
|
|
@ -16,7 +16,7 @@ RUN /build/install-tini.sh
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="git" \
|
||||
BITNAMI_IMAGE_VERSION="2.25.0-ol-7-r27"
|
||||
BITNAMI_IMAGE_VERSION="2.25.1-ol-7-r0"
|
||||
|
||||
ENTRYPOINT [ "git" ]
|
||||
CMD [ "--help" ]
|
||||
|
|
|
|||
|
|
@ -30,8 +30,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-ol-7`, `2.25.1-ol-7-r0` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.25.1-ol-7-r0/2/ol-7/Dockerfile)
|
||||
* [`2-debian-10`, `2.25.1-debian-10-r0`, `2`, `2.25.1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.25.1-debian-10-r0/2/debian-10/Dockerfile)
|
||||
* [`2-ol-7`, `2.25.0-ol-7-r27` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.25.0-ol-7-r27/2/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/git GitHub repo](https://github.com/bitnami/bitnami-docker-git).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue