mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 06:48:14 +08:00
[bitnami/git] Release 2.38.2-debian-11-r0 (#16559)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.1-debian-11-r18" \
|
||||
org.opencontainers.image.ref.name="2.38.2-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.1"
|
||||
org.opencontainers.image.version="2.38.2"
|
||||
|
||||
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.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"git-2.38.2-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.1" \
|
||||
ENV APP_VERSION="2.38.2" \
|
||||
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": "32f12c3ed2d9cf4c739826278da6d97dac27cf92f42513430207d8cf719d45b8",
|
||||
"digest": "52038f755296db6583548bfccf0d2b2ad5d4631ada0c1af54f2c32d49dc5bae3",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.38.1-1"
|
||||
"version": "2.38.2-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.38.1"
|
||||
- "2.38.2"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user