mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
4.9.7-rhel-7-r1 release
Maintenance release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM gcr.io/helm-publish-ci/redhat-extras:7-r22
|
||||
FROM gcr.io/helm-publish-ci/redhat-extras:7-r45
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
@@ -7,11 +7,11 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages bzip2-libs cyrus-sasl-lib expat freetype glibc gmp keyutils-libs krb5-libs libcom_err libcurl libgcc libgcrypt libgpg-error libicu libidn libjpeg-turbo libpng libselinux libssh2 libstdc++ libxml2 libxslt ncurses-libs nspr nss nss-softokn-freebl nss-util openldap openssl-libs pcre postgresql-libs readline sqlite xz-libs zlib
|
||||
RUN bitnami-pkg unpack apache-2.4.33-4 --checksum cc2b7ea816858476f7cb475e1319219b88461af51a25e6ba96592e0bb560e9ca
|
||||
RUN bitnami-pkg unpack php-7.0.30-7 --checksum 0e70df1fa2dbdf56a4121f0d31fd96fc2fcdd3885c1c9987b349dd981fe3fa3b
|
||||
RUN bitnami-pkg unpack apache-2.4.34-1 --checksum cdaa4e89b26534999debc5d7dc1b34d76fd42ea986e40941d276c0ad24c4016d
|
||||
RUN bitnami-pkg unpack php-7.0.31-0 --checksum f673a4202e001b6622a17821e9507994f8150f610995977b85083812b7e095ec
|
||||
RUN bitnami-pkg unpack mysql-client-10.1.33-0 --checksum 4b07acdb7d3f6a61161414ad7f7639da8f291962e242eb257f612d18c8231501
|
||||
RUN bitnami-pkg install libphp-7.0.30-8 --checksum c499e289a80decf6d4ed43cb060aed09fd1f384970dc8124a541dc6335145534
|
||||
RUN bitnami-pkg unpack wordpress-4.9.7-0 --checksum 607ff63ad0bc3ea6f6b805ed57b7cdf9f6788f3a868a1796125d8b4ca617dfee
|
||||
RUN bitnami-pkg install libphp-7.0.31-0 --checksum 7a7ba0fcb2026c4269f1a64d9dce3471d111d5281a7dd34c4d7ebef99795d5d9
|
||||
RUN bitnami-pkg unpack wordpress-4.9.7-1 --checksum c570454b241f9b7ae6a4b0e823c31f03544d2c559042e2989de511dde1e017a2
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/access_log
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/error_log
|
||||
|
||||
@@ -20,7 +20,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
APACHE_HTTPS_PORT_NUMBER="8443" \
|
||||
APACHE_HTTP_PORT_NUMBER="8080" \
|
||||
BITNAMI_APP_NAME="wordpress" \
|
||||
BITNAMI_IMAGE_VERSION="4.9.7-rhel-7-r0" \
|
||||
BITNAMI_IMAGE_VERSION="4.9.7-rhel-7-r1" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
@@ -29,7 +29,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
MYSQL_CLIENT_CREATE_DATABASE_PASSWORD="" \
|
||||
MYSQL_CLIENT_CREATE_DATABASE_PRIVILEGES="ALL" \
|
||||
MYSQL_CLIENT_CREATE_DATABASE_USER="" \
|
||||
PATH="/opt/bitnami/apache/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:$PATH" \
|
||||
PATH="/opt/bitnami/apache/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/mysql/bin:$PATH" \
|
||||
SMTP_HOST="" \
|
||||
SMTP_PASSWORD="" \
|
||||
SMTP_PORT="" \
|
||||
@@ -54,4 +54,4 @@ EXPOSE 8080 8443
|
||||
|
||||
USER 1001
|
||||
ENTRYPOINT ["/app-entrypoint.sh"]
|
||||
CMD ["httpd","-f","/bitnami/apache/conf/httpd.conf","-DFOREGROUND"]
|
||||
CMD ["/run.sh"]
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
print_welcome_page
|
||||
|
||||
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "httpd" ]]; then
|
||||
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/run.sh" ]]; then
|
||||
. /init.sh
|
||||
nami_initialize apache php mysql-client wordpress
|
||||
info "Starting wordpress... "
|
||||
|
||||
13
bitnami/wordpress/4/rhel-7/rootfs/run.sh
Executable file
13
bitnami/wordpress/4/rhel-7/rootfs/run.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
. /opt/bitnami/base/functions
|
||||
. /opt/bitnami/base/helpers
|
||||
|
||||
DAEMON=httpd
|
||||
EXEC=$(which $DAEMON)
|
||||
ARGS="-f /opt/bitnami/apache/conf/httpd.conf -D FOREGROUND"
|
||||
|
||||
# create apache tmp directory
|
||||
mkdir /opt/bitnami/apache/tmp
|
||||
|
||||
info "Starting ${DAEMON}..."
|
||||
exec ${EXEC} ${ARGS}
|
||||
@@ -28,7 +28,7 @@ $ docker-compose up
|
||||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`4-rhel-7`, `4.9.7-rhel-7-r0` (4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.7-rhel-7-r0/4/rhel-7/Dockerfile)
|
||||
* [`4-rhel-7`, `4.9.7-rhel-7-r1` (4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.7-rhel-7-r1/4/rhel-7/Dockerfile)
|
||||
* [`4-php5-rhel-7`, `4.9.7-php5-rhel-7-r0` (4-php5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.7-php5-rhel-7-r0/4-php5/rhel-7/Dockerfile)
|
||||
* [`4-ol-7`, `4.9.7-ol-7-r18` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.7-ol-7-r18/4/ol-7/Dockerfile)
|
||||
* [`4-debian-9`, `4.9.7-debian-9-r21`, `4`, `4.9.7`, `4.9.7-r21`, `latest` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.7-debian-9-r21/4/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user