2.24.1-ol-7-r34 release
This commit is contained in:
parent
2eed47a1a1
commit
ff18520c80
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r592
|
||||
FROM bitnami/oraclelinux-extras:7-r593
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV PATH="/opt/bitnami/git/bin:$PATH"
|
||||
|
|
@ -10,7 +10,7 @@ RUN bitnami-pkg install git-2.24.1-0 --checksum ecc3a4f7b7a77ffb00ef66a9b02613c5
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="git" \
|
||||
BITNAMI_IMAGE_VERSION="2.24.1-ol-7-r33"
|
||||
BITNAMI_IMAGE_VERSION="2.24.1-ol-7-r34"
|
||||
|
||||
ENTRYPOINT [ "git" ]
|
||||
CMD [ "--help" ]
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $ 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.24.1-ol-7-r33` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.24.1-ol-7-r33/2/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.24.1-ol-7-r34` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.24.1-ol-7-r34/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.24.1-debian-9-r26`, `2`, `2.24.1`, `2.24.1-r26`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.24.1-debian-9-r26/2/debian-9/Dockerfile)
|
||||
* [`2-centos-7`, `2.24.1-centos-7-r0` (2/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.24.1-centos-7-r0/2/centos-7/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue