mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 06:48:14 +08:00
2.26.0-debian-10-r22 release
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user