2.26.0-debian-10-r22 release

This commit is contained in:
Bitnami Bot
2020-04-13 23:30:26 +00:00
parent 60b8aace51
commit 7f2f96aa7b
2 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
# TL;DR;
```bash
```console
$ docker run --name git bitnami/git:latest
```
@@ -30,7 +30,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-debian-10`, `2.26.0-debian-10-r21`, `2`, `2.26.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.26.0-debian-10-r21/2/debian-10/Dockerfile)
* [`2-debian-10`, `2.26.0-debian-10-r22`, `2`, `2.26.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.26.0-debian-10-r22/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/git GitHub repo](https://github.com/bitnami/bitnami-docker-git).
@@ -38,19 +38,19 @@ Subscribe to project updates by watching the [bitnami/git GitHub repo](https://g
The recommended way to get the Bitnami Git Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/git).
```bash
```console
$ docker pull bitnami/git:latest
```
To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/git/tags/) in the Docker Hub Registry.
```bash
```console
$ docker pull bitnami/git:[TAG]
```
If you wish, you can also build the image yourself.
```bash
```console
$ docker build -t bitnami/git:latest 'https://github.com/bitnami/bitnami-docker-git.git#master:2/debian-10'
```
@@ -60,7 +60,7 @@ $ docker build -t bitnami/git:latest 'https://github.com/bitnami/bitnami-docker-
To run commands inside this container you can use `docker run`, for example to execute `git version` you can follow below example
```bash
```console
$ docker run --name bitnami/git:latest --version
```