mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
3.1.3-ol-7-r48 release
This commit is contained in:
@@ -8,11 +8,11 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
RUN install_packages bzip2-libs glibc keyutils-libs krb5-libs libcom_err libgcc libselinux libstdc++ ncurses-libs nss-softokn-freebl openssl-libs pcre readline sqlite zlib
|
||||
RUN bitnami-pkg install node-8.15.0-0 --checksum 33ff479fae5471e260617e48f5f8ba20166434368089474ba0139af8a96927da
|
||||
RUN bitnami-pkg install mongodb-client-4.0.6-0 --checksum d1287bf2bd7fb4006a580e7a3b193702db1485566d7e2b15f7a0ac090d0b7723
|
||||
RUN bitnami-pkg unpack parse-3.1.3-0 --checksum da785f22c05e8a8d601d030661dd80f25acfd3656dbb1f9c700b3c79f07087a1
|
||||
RUN bitnami-pkg unpack parse-3.1.3-1 --checksum cb0310e80f2e0783b3ea445a2f5b85ddd60ac8fa879faf6e452089bd2bbe7ebe
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="parse" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.3-ol-7-r47" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.3-ol-7-r48" \
|
||||
MONGODB_HOST="mongodb" \
|
||||
MONGODB_PASSWORD="" \
|
||||
MONGODB_PORT_NUMBER="27017" \
|
||||
|
||||
@@ -8,6 +8,8 @@ DAEMON=parse-server
|
||||
EXEC=$(which $DAEMON)
|
||||
START_COMMAND="${EXEC} /opt/bitnami/parse/config.json"
|
||||
|
||||
cd /opt/bitnami/parse || exit 1
|
||||
|
||||
# If container is started as `root` user
|
||||
if [ $EUID -eq 0 ]; then
|
||||
exec gosu "${USER}" bash -c "${START_COMMAND}"
|
||||
|
||||
@@ -47,9 +47,9 @@ 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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`3-ol-7`, `3.1.3-ol-7-r47` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-ol-7-r47/3/ol-7/Dockerfile)
|
||||
* [`3-rhel-7`, `3.1.3-rhel-7-r0` (3/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-rhel-7-r0/3/rhel-7/Dockerfile)
|
||||
* [`3-ol-7`, `3.1.3-ol-7-r48` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-ol-7-r48/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.1.3-debian-9-r39`, `3`, `3.1.3`, `3.1.3-r39`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-debian-9-r39/3/debian-9/Dockerfile)
|
||||
* [`3-rhel-7`, `0.0.0-rhel-7-r0` (3/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/0.0.0-rhel-7-r0/3/rhel-7/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