2.25.0-ol-7-r1 release
This commit is contained in:
parent
3788cef637
commit
4ecb498c35
|
|
@ -15,6 +15,10 @@ RUN curl --silent -L https://nami-prod.s3.amazonaws.com/tools/nami/releases/nami
|
|||
RUN bitnami-pkg install git-2.25.0-0 --checksum 2fd25c5b37cec238a759c3c3643c156d4fe5b00716e2152c7c494cf6729673c9
|
||||
RUN yum upgrade -y && \
|
||||
rm -r /var/cache/yum
|
||||
RUN useradd -ms /bin/bash bitnami && \
|
||||
mkdir -p /opt/bitnami && chown bitnami:bitnami /opt/bitnami && \
|
||||
sed -i -e 's/\s*Defaults\s*secure_path\s*=/# Defaults secure_path=/' /etc/sudoers && \
|
||||
echo 'bitnami ALL=NOPASSWD: ALL' >> /etc/sudoers
|
||||
RUN curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64 > /usr/local/bin/gosu && \
|
||||
echo 0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7 /usr/local/bin/gosu | sha256sum --check && \
|
||||
chmod u+x /usr/local/bin/gosu && \
|
||||
|
|
@ -31,7 +35,7 @@ RUN for server in "ha.pool.sks-keyservers.net" "hkp://p80.pool.sks-keyservers.ne
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="git" \
|
||||
BITNAMI_IMAGE_VERSION="2.25.0-ol-7-r0"
|
||||
BITNAMI_IMAGE_VERSION="2.25.0-ol-7-r1"
|
||||
|
||||
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.25.0-ol-7-r0` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.25.0-ol-7-r0/2/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.25.0-ol-7-r1` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.25.0-ol-7-r1/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.25.0-debian-9-r1`, `2`, `2.25.0`, `2.25.0-r1`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.25.0-debian-9-r1/2/debian-9/Dockerfile)
|
||||
* [`2-centos-7`, `2.25.0-centos-7-r0` (2/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.25.0-centos-7-r0/2/centos-7/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue