2.33.0-debian-10-r79 release

This commit is contained in:
Bitnami Bot
2021-11-06 09:58:34 +00:00
parent c542542e5c
commit 287c273fd3
2 changed files with 17 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ RUN /build/bitnami-user.sh
COPY rootfs /
ENV BITNAMI_APP_NAME="git" \
BITNAMI_IMAGE_VERSION="2.33.0-debian-10-r78" \
BITNAMI_IMAGE_VERSION="2.33.0-debian-10-r79" \
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/git/bin:$PATH"

View File

@@ -1,17 +1,18 @@
# Git packaged by Bitnami
# What is git?
## What is Git?
> Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency
> Git is an open source distributed version control system that can handle both small and large projects with speed and efficiency.
[https://git-scm.com/](https://git-scm.com/)
[Overview of Git](https://git-scm.com/)
# TL;DR
## TL;DR
```console
$ docker run --name git bitnami/git:latest
```
# Why use Bitnami Images?
## Why use Bitnami Images?
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
* With Bitnami images the latest bug fixes and features are available as soon as possible.
@@ -23,16 +24,16 @@ $ docker run --name git bitnami/git:latest
> This [CVE scan report](https://quay.io/repository/bitnami/git?tab=tags) contains a security report with all open CVEs. To get the list of actionable security issues, find the "latest" tag, click the vulnerability report link under the corresponding "Security scan" field and then select the "Only show fixable" filter on the next page.
# Supported tags and respective `Dockerfile` links
## Supported tags and respective `Dockerfile` links
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`2`, `2-debian-10`, `2.33.0`, `2.33.0-debian-10-r78`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.33.0-debian-10-r78/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.33.0`, `2.33.0-debian-10-r79`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/2.33.0-debian-10-r79/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/git GitHub repo](https://github.com/bitnami/bitnami-docker-git).
# Get this image
## Get this image
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).
@@ -52,9 +53,9 @@ If you wish, you can also build the image yourself.
$ docker build -t bitnami/git:latest 'https://github.com/bitnami/bitnami-docker-git.git#master:2/debian-10'
```
# Configuration
## Configuration
## Running commands
### Running commands
To run commands inside this container you can use `docker run`, for example to execute `git version` you can follow below example
@@ -62,9 +63,9 @@ To run commands inside this container you can use `docker run`, for example to e
$ docker run --name git bitnami/git:latest git --version
```
# Notable Changes
## Notable Changes
## 2.31.0-debian-10-r2
### 2.31.0-debian-10-r2
- The `ENTRYPOINT` of the container has been modified to load a proper NSS environment that enables git ssh connections when running the container as non-root.
- The `CMD` is also changed to enter the Bash shell.
@@ -76,11 +77,11 @@ If you were using the container without replacing the entrypoint [`ENTRYPOINT [
+docker run bitnami/git:latest git --version
```
# Contributing
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-git/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-git/pulls) with your contribution.
# Issues
## Issues
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-git/issues/new). For us to provide better support, be sure to include the following information in your issue:
@@ -90,7 +91,7 @@ If you encountered a problem running this container, you can file an [issue](htt
- Version of this container
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
# License
## License
Copyright 2021 Bitnami