[bitnami/git] Release 2.39.0-debian-11-r0 (#16580)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
4af1573675
commit
5c7e2ffb05
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.38.2-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="2.39.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/git" \
|
||||
org.opencontainers.image.title="git" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.38.2"
|
||||
org.opencontainers.image.version="2.39.0"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
|
|
@ -21,7 +21,7 @@ RUN install_packages ca-certificates curl less libbrotli1 libcom-err2 libcurl4 l
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
"git-2.38.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"git-2.39.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -36,7 +36,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
|||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
COPY rootfs /
|
||||
ENV APP_VERSION="2.38.2" \
|
||||
ENV APP_VERSION="2.39.0" \
|
||||
BITNAMI_APP_NAME="git" \
|
||||
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/git/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"git": {
|
||||
"arch": "amd64",
|
||||
"digest": "52038f755296db6583548bfccf0d2b2ad5d4631ada0c1af54f2c32d49dc5bae3",
|
||||
"digest": "bcfde989b7726dc61bbbc4b79d7c55c3e42fe658de202fb613b8eddfb17261ee",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.38.2-0"
|
||||
"version": "2.39.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.38.2"
|
||||
- "2.39.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue