mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 00:57:23 +08:00
[bitnami/parse] Release 5.4.0-debian-11-r18 (#20021)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,7 +4,8 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="5.4.0-debian-11-r17" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="5.4.0-debian-11-r18" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/parse" \
|
||||
org.opencontainers.image.title="parse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -23,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.8.16-0-linux-${OS_ARCH}-debian-11" \
|
||||
"node-14.21.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mongodb-shell-1.6.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"mongodb-shell-1.6.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"parse-5.4.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"mongodb-shell": {
|
||||
"arch": "amd64",
|
||||
"digest": "27f654d6961a6e45e18096a9e9b22125542599bedd1c353281b978b12e9baf7c",
|
||||
"digest": "044fdbf8e06d277fff267898f663b00d9b6ac8c85a9e501306c06de311a3e42d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.6.1-1"
|
||||
"version": "1.6.2-0"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -31,7 +31,7 @@ get_sematic_version () {
|
||||
|
||||
while [[ $i -lt $n ]]; do
|
||||
if [[ -n "${BASH_REMATCH[$i]}" ]] && [[ "${BASH_REMATCH[$i]:0:1}" != '.' ]]; then
|
||||
version_sections[$j]=${BASH_REMATCH[$i]}
|
||||
version_sections[j]="${BASH_REMATCH[$i]}"
|
||||
((j++))
|
||||
fi
|
||||
((i++))
|
||||
|
||||
@@ -94,6 +94,8 @@ EOF
|
||||
fi
|
||||
}
|
||||
|
||||
# shellcheck disable=SC2148
|
||||
|
||||
########################
|
||||
# Execute an arbitrary query/queries against the running MongoDB service
|
||||
# Stdin:
|
||||
|
||||
Reference in New Issue
Block a user