4.8.5-ol-7-r112 release

This commit is contained in:
Bitnami Bot
2019-05-31 05:43:30 +00:00
parent 5701d944a4
commit 696b0dfd78
2 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
FROM bitnami/oraclelinux-extras:7-r351
FROM bitnami/oraclelinux-extras:7-r352
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages bzip2-libs cyrus-sasl-lib expat freetds freetype glibc gmp gnutls keyutils-libs krb5-libs libcom_err libcurl libffi libgcc libgcrypt libgpg-error libicu libidn libjpeg-turbo libmemcached libnghttp2 libpng libselinux libssh2 libstdc++ libtasn1 libtidy libxml2 libxslt ncurses-libs nettle nspr nss nss-softokn-freebl nss-util openldap openssl-libs p11-kit pcre postgresql-libs readline sqlite xz-libs zlib
RUN bitnami-pkg unpack apache-2.4.39-2 --checksum bd13d67036ecb691256893b0ba4034364b90c05747b2afbaa3c097fb218bc2e1
RUN bitnami-pkg unpack php-7.3.5-1 --checksum 2d1538eb581fbf03b8473a7b5639cb91533722646cac95b02c76211af8bde2fe
RUN bitnami-pkg install libphp-7.3.5-1 --checksum e45c8cd714c10bb06336555222fe7e15213fab5e8f95b6af99484c5f2591ea15
RUN bitnami-pkg unpack php-7.3.6-0 --checksum b20cbea457402af917621d907be38dcade30796fbf845acbafe82911a178a0a4
RUN bitnami-pkg install libphp-7.3.6-0 --checksum 2e670baa8b1b793ac294a92c1df304a7c3b29319545c780050ec4a91b6ae35e4
RUN bitnami-pkg unpack phpmyadmin-4.8.5-1 --checksum 1d9e897fb65d1dd5b41f7dc562c72f6b19c60d3470214a83afdac62343d8f460
RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/access_log
RUN ln -sf /dev/stderr /opt/bitnami/apache/logs/error_log
@@ -16,7 +16,7 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_SET_HTTPS_PORT="no" \
APACHE_SET_HTTP_PORT="no" \
BITNAMI_APP_NAME="phpmyadmin" \
BITNAMI_IMAGE_VERSION="4.8.5-ol-7-r111" \
BITNAMI_IMAGE_VERSION="4.8.5-ol-7-r112" \
DATABASE_HOST="mariadb" \
DATABASE_PORT_NUMBER="3306" \
PATH="/opt/bitnami/apache/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH" \

View File

@@ -38,7 +38,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
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/).
* [`4-ol-7`, `4.8.5-ol-7-r110` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.5-ol-7-r110/4/ol-7/Dockerfile)
* [`4-ol-7`, `4.8.5-ol-7-r112` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.5-ol-7-r112/4/ol-7/Dockerfile)
* [`4-debian-9`, `4.8.5-debian-9-r96`, `4`, `4.8.5`, `4.8.5-r96`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.5-debian-9-r96/4/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/phpmyadmin GitHub repo](https://github.com/bitnami/bitnami-docker-phpmyadmin).