mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 15:09:17 +08:00
4.9.7-debian-8-r0 release
Update wordpress to 4.9.7
This commit is contained in:
@@ -4,17 +4,17 @@ 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-7 --checksum b4345c3643125d34b93f3988ef22b01fdcd70ffa20f89abb966d073da87a887c
|
||||
RUN bitnami-pkg unpack php-7.0.30-8 --checksum c9bcf8d4c9c280645e44de07ae4a0e8d436333688094d5587b4b0766036cff8a
|
||||
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
|
||||
RUN bitnami-pkg unpack wordpress-4.9.7-0 --checksum 3ed5d1345e340a7953ff548f8f3195db0f7d2288f34ab00c919984a5c09ac3bc
|
||||
|
||||
COPY rootfs /
|
||||
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-r39" \
|
||||
BITNAMI_IMAGE_VERSION="4.9.7-debian-8-r0" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
||||
@@ -25,10 +25,11 @@ $ docker-compose up
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`4-debian-8`, `4.9.7-debian-8-r0`, `4`, `4.9.7`, `4.9.7-r0`, `latest` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.7-debian-8-r0/4/Dockerfile)
|
||||
* [`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-r39`, `latest` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.6-r39/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-r17` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.6-ol-7-r17/4/ol-7/Dockerfile)
|
||||
* [`4-ol-7`, `4.9.6-ol-7-r18` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.6-ol-7-r18/4/ol-7/Dockerfile)
|
||||
* [`4-debian-9`, `4.9.6-debian-9-r1` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.6-debian-9-r1/4/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/wordpress GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress).
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ jobs:
|
||||
RELEASE_SERIES_LIST: "4,4-php5"
|
||||
LATEST_STABLE: "4"
|
||||
VARIANTS_LIST: "php5"
|
||||
DISTRIBUTIONS_LIST: "debian-8,ol-7,rhel-7"
|
||||
DISTRIBUTIONS_LIST: "debian-8,debian-9,ol-7,rhel-7"
|
||||
IMAGE_NAME: wordpress
|
||||
CHART_NAME: wordpress
|
||||
CHART_REPO: https://github.com/kubernetes/charts
|
||||
|
||||
Reference in New Issue
Block a user