2.22.1-debian-9-r4 release
This commit is contained in:
parent
9241c6d56c
commit
48e5d944c3
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:stretch-r449
|
||||
FROM bitnami/minideb-extras:stretch-r450
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg install git-2.22.1-0 --checksum 7e983e31255589679f002d44d62fb66a
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="git" \
|
||||
BITNAMI_IMAGE_VERSION="2.22.1-debian-9-r3" \
|
||||
BITNAMI_IMAGE_VERSION="2.22.1-debian-9-r4" \
|
||||
PATH="/opt/bitnami/git/bin:$PATH"
|
||||
|
||||
ENTRYPOINT [ "git" ]
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`2-ol-7`, `2.22.1-ol-7-r3` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.22.1-ol-7-r3/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.22.1-debian-9-r3`, `2`, `2.22.1`, `2.22.1-r3`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.22.1-debian-9-r3/2/debian-9/Dockerfile)
|
||||
* [`2-debian-9`, `2.22.1-debian-9-r4`, `2`, `2.22.1`, `2.22.1-r4`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.22.1-debian-9-r4/2/debian-9/Dockerfile)
|
||||
* [`2-centos-7`, `2.22.1-centos-7-r0` (2/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.22.1-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).
|
||||
|
|
@ -51,7 +51,7 @@ $ docker pull bitnami/git:[TAG]
|
|||
If you wish, you can also build the image yourself.
|
||||
|
||||
```bash
|
||||
$ docker build -t bitnami/git:latest https://github.com/bitnami/bitnami-docker-git.git
|
||||
$ docker build -t bitnami/git:latest 'https://github.com/bitnami/bitnami-docker-git.git#master:2/debian-9'
|
||||
```
|
||||
|
||||
# Configuration
|
||||
|
|
|
|||
Loading…
Reference in New Issue