mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 14:58:01 +08:00
4.2.0-debian-10-r62 release
This commit is contained in:
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="parse" \
|
||||
BITNAMI_IMAGE_VERSION="4.2.0-debian-10-r61" \
|
||||
BITNAMI_IMAGE_VERSION="4.2.0-debian-10-r62" \
|
||||
MONGODB_HOST="mongodb" \
|
||||
MONGODB_PASSWORD="" \
|
||||
MONGODB_PORT_NUMBER="27017" \
|
||||
|
||||
@@ -209,3 +209,7 @@ if [ "$BITNAMI_PKG_CHMOD" ]; then
|
||||
info "Fixing permissions: chmod $BITNAMI_PKG_CHMOD $DIRS"
|
||||
chmod $BITNAMI_PKG_CHMOD $DIRS
|
||||
fi
|
||||
|
||||
# Include metadata about the package
|
||||
touch "${BITNAMI_PREFIX}/.bitnami_packages"
|
||||
echo "${PACKAGE}" >> "${BITNAMI_PREFIX}/.bitnami_packages"
|
||||
|
||||
Reference in New Issue
Block a user