2.24.1-ol-7-r9 release
This commit is contained in:
parent
1a1de6fb1c
commit
887e36c991
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r567
|
||||
FROM bitnami/oraclelinux-extras:7-r568
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -7,7 +7,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-r8" \
|
||||
BITNAMI_IMAGE_VERSION="2.24.1-ol-7-r9" \
|
||||
PATH="/opt/bitnami/git/bin:$PATH"
|
||||
|
||||
ENTRYPOINT [ "git" ]
|
||||
|
|
|
|||
|
|
@ -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-r8` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.24.1-ol-7-r8/2/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.24.1-ol-7-r9` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.24.1-ol-7-r9/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.24.1-debian-9-r6`, `2`, `2.24.1`, `2.24.1-r6`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.24.1-debian-9-r6/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