[bitnami/git] Release 2.39.1-debian-11-r4 (#21807)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b252086d05
commit
278a26bee8
|
|
@ -5,7 +5,7 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.39.1-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="2.39.1-debian-11-r4" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/git" \
|
||||
org.opencontainers.image.title="git" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -22,7 +22,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.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"git-2.39.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"git-2.39.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"git": {
|
||||
"arch": "amd64",
|
||||
"digest": "966ecd8f17a914cf0aa919cba62846632838445851ed5d6af34a164f5b45a607",
|
||||
"digest": "c6b71c1760444db00b41204c8b4964fadd7e19305c4710e0ef67ba460ac16dd3",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.39.1-0"
|
||||
"version": "2.39.1-1"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
Loading…
Reference in New Issue