mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 06:48:14 +08:00
[bitnami/parse] Release 6.5.5-debian-12-r0 (#63905)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.created="2024-03-18T12:06:20Z" \
|
org.opencontainers.image.created="2024-03-19T18:59:37Z" \
|
||||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="6.5.4-debian-12-r1" \
|
org.opencontainers.image.ref.name="6.5.5-debian-12-r0" \
|
||||||
org.opencontainers.image.title="parse" \
|
org.opencontainers.image.title="parse" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="6.5.4"
|
org.opencontainers.image.version="6.5.5"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
|||||||
"python-3.11.8-3-linux-${OS_ARCH}-debian-12" \
|
"python-3.11.8-3-linux-${OS_ARCH}-debian-12" \
|
||||||
"node-18.19.1-0-linux-${OS_ARCH}-debian-12" \
|
"node-18.19.1-0-linux-${OS_ARCH}-debian-12" \
|
||||||
"mongodb-shell-2.2.0-0-linux-${OS_ARCH}-debian-12" \
|
"mongodb-shell-2.2.0-0-linux-${OS_ARCH}-debian-12" \
|
||||||
"parse-6.5.4-0-linux-${OS_ARCH}-debian-12" \
|
"parse-6.5.5-0-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -48,7 +48,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/parse/postunpack.sh
|
RUN /opt/bitnami/scripts/parse/postunpack.sh
|
||||||
ENV APP_VERSION="6.5.4" \
|
ENV APP_VERSION="6.5.5" \
|
||||||
BITNAMI_APP_NAME="parse" \
|
BITNAMI_APP_NAME="parse" \
|
||||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH"
|
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"distro": "debian-12",
|
"distro": "debian-12",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "6.5.4-0"
|
"version": "6.5.5-0"
|
||||||
},
|
},
|
||||||
"python": {
|
"python": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "6"
|
- "6"
|
||||||
- 6-debian-12
|
- 6-debian-12
|
||||||
- 6.5.4
|
- 6.5.5
|
||||||
- latest
|
- latest
|
||||||
|
|||||||
@@ -207,6 +207,7 @@ Bitnami provides up-to-date versions of Mongodb and Parse, including security pa
|
|||||||
| `PARSE_DATABASE_PORT_NUMBER` | Database server port. | `27017` |
|
| `PARSE_DATABASE_PORT_NUMBER` | Database server port. | `27017` |
|
||||||
| `PARSE_DATABASE_NAME` | Database name. | `bitnami_parse` |
|
| `PARSE_DATABASE_NAME` | Database name. | `bitnami_parse` |
|
||||||
| `PARSE_DATABASE_USER` | Database user name. | `bn_parse` |
|
| `PARSE_DATABASE_USER` | Database user name. | `bn_parse` |
|
||||||
|
| `PARSE_DATABASE_PASSWORD` | Database user password. | `nil` |
|
||||||
|
|
||||||
#### Read-only environment variables
|
#### Read-only environment variables
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user