4.9.6-r37 release
This commit is contained in:
parent
315e892de7
commit
ca7768fa57
|
|
@ -1,10 +1,10 @@
|
|||
FROM bitnami/minideb-extras:jessie-r88
|
||||
FROM bitnami/minideb-extras:jessie-r94
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libbz2-1.0 libc6 libcomerr2 libcurl3 libexpat1 libffi6 libfreetype6 libgcc1 libgcrypt20 libgmp10 libgnutls-deb0-28 libgpg-error0 libgssapi-krb5-2 libhogweed2 libicu52 libidn11 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmcrypt4 libncurses5 libnettle4 libp11-kit0 libpcre3 libpng12-0 libpq5 libreadline6 librtmp1 libsasl2-2 libsqlite3-0 libssh2-1 libssl1.0.0 libstdc++6 libsybdb5 libtasn1-6 libtidy-0.99-0 libtinfo5 libxml2 libxslt1.1 zlib1g
|
||||
RUN bitnami-pkg unpack apache-2.4.33-4 --checksum f26751a96abdc45db43c4b92eb9f792a4b630ad0edd5667aa73ccafa0aeb3810
|
||||
RUN bitnami-pkg unpack php-7.0.30-6 --checksum f923bd35e16114cd1d348fc1f1c13c1fb1d2072a74c22614073cc4dfbcc00f83
|
||||
RUN bitnami-pkg unpack php-7.0.30-7 --checksum b4345c3643125d34b93f3988ef22b01fdcd70ffa20f89abb966d073da87a887c
|
||||
RUN bitnami-pkg unpack mysql-client-10.1.34-0 --checksum 2954d9390cb8b91dc924beacc179ed03050f6c5cb7ad328010cdbde1ab05c1e9
|
||||
RUN bitnami-pkg install libphp-7.0.30-8 --checksum 0fb74a5477bdf72ee85751af91ee2e41beec5b18657a9891d7081a3e2ce7289e
|
||||
RUN bitnami-pkg unpack wordpress-4.9.6-5 --checksum 46274ab96bc9dbe72482336aaebffb265fadd5cad5f7c166cde338bed5511814
|
||||
|
|
@ -14,7 +14,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
|||
APACHE_HTTPS_PORT_NUMBER="443" \
|
||||
APACHE_HTTP_PORT_NUMBER="80" \
|
||||
BITNAMI_APP_NAME="wordpress" \
|
||||
BITNAMI_IMAGE_VERSION="4.9.6-r36" \
|
||||
BITNAMI_IMAGE_VERSION="4.9.6-r37" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@ $ docker-compose up
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`4-rhel-7`, `4.9.6-rhel-7-r3` (4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.6-rhel-7-r3/4/rhel-7/Dockerfile)
|
||||
* [`4`, `4.9.6-r36`, `latest` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.6-r36/4/Dockerfile)
|
||||
* [`4`, `4.9.6-r37`, `latest` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.6-r37/4/Dockerfile)
|
||||
* [`4-php5-rhel-7`, `4.9.6-php5-rhel-7-r2` (4-php5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.6-php5-rhel-7-r2/4-php5/rhel-7/Dockerfile)
|
||||
* [`4-ol-7`, `4.9.6-ol-7-r16` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.6-ol-7-r16/4/ol-7/Dockerfile)
|
||||
* [`4-ol-7`, `4.9.6-ol-7-r15` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.6-ol-7-r15/4/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/wordpress GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue