mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 16:07:50 +08:00
4.3.0-debian-10-r5 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.3.0-debian-10-r4" \
|
||||
BITNAMI_IMAGE_VERSION="4.3.0-debian-10-r5" \
|
||||
MONGODB_HOST="mongodb" \
|
||||
MONGODB_PASSWORD="" \
|
||||
MONGODB_PORT_NUMBER="27017" \
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
{"gosu": {"arch": "amd64", "digest": "51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c", "distro": "debian-10", "type": "NAMI", "version": "1.12.0-1"}, "mongodb-client": {"arch": "amd64", "digest": "ffc5223c428214307734782b8c9c10811d6d04f42ea9d3b46f02ceb6920f8baa", "distro": "debian-10", "type": "NAMI", "version": "4.2.8-0"}, "node": {"arch": "amd64", "digest": "971b57b7cc15a47d50c5e4871b808ed55580feb1248828c3b4cdac5a1ad59fdd", "distro": "debian-10", "type": "NAMI", "version": "12.18.3-0"}, "parse": {"arch": "amd64", "digest": "2269ee87b65d717119d019c765b9dfd6921e370d87c23c0c183847be3fbff852", "distro": "debian-10", "type": "NAMI", "version": "4.3.0-0"}, "tini": {"arch": "amd64", "digest": "9a8ae20be31a518f042fcec359f2cf35bfdb4e2a56f2fa8ff9ef2ecaf45da80c", "distro": "debian-10", "type": "NAMI", "version": "0.19.0-0"}}
|
||||
@@ -218,7 +218,3 @@ 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"
|
||||
|
||||
@@ -46,7 +46,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`4-debian-10`, `4.3.0-debian-10-r4`, `4`, `4.3.0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.3.0-debian-10-r4/4/debian-10/Dockerfile)
|
||||
* [`4-debian-10`, `4.3.0-debian-10-r5`, `4`, `4.3.0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.3.0-debian-10-r5/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user