mirror of
https://github.com/bitnami/containers.git
synced 2026-02-24 15:17:27 +08:00
4.6.6-r0 release
phpMyAdmin 4.6.6 contains several bug fixes and improvements. Notable changes from 4.6.4 include: - Behaviour: - Changed the suggested text in the query window for delete queries to avoid accidental data loss - Re-introduce a page which shows the output of phpinfo() - Bugs fixed: - Parsing of SQL queries with the BINARY function - Syntax error when adding or changing TIMESTAMP columns with default value as NULL - Broken "Edit" and "Export" links in the Routines tab - Creating a new user on older MariaDB servers - Format button in the SQL tab broken - Fixes for PHP 7.1 - Problems with MySQL servers running with `lower_case_names=2` - Fixes for several PHP notices/warnings being shown
This commit is contained in:
@@ -3,7 +3,7 @@ FROM gcr.io/stacksmith-images/minideb:jessie-r8
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_APP_NAME=phpmyadmin \
|
||||
BITNAMI_IMAGE_VERSION=4.6.4-r3 \
|
||||
BITNAMI_IMAGE_VERSION=4.6.6-r0 \
|
||||
PATH=/opt/bitnami/php/bin:$PATH
|
||||
|
||||
# System packages required
|
||||
@@ -11,11 +11,11 @@ RUN install_packages libssl1.0.0 libaprutil1 libapr1 libc6 libuuid1 libexpat1 li
|
||||
|
||||
# Additional modules required
|
||||
RUN bitnami-pkg unpack apache-2.4.25-0 --checksum 8b46af7d737772d7d301da8b30a2770b7e549674e33b8a5b07480f53c39f5c3f
|
||||
RUN bitnami-pkg install libphp-5.6.29-0 --checksum 29fc0f3a08ad7bc23423a1de714c4c598059b3d10e7e33e9f3dff9371e547c33
|
||||
RUN bitnami-pkg unpack php-5.6.29-0 --checksum 66b0c4957774cb45bcf4ef2755f434cc2e9aea5dbb3284859d28690bce35b632
|
||||
RUN bitnami-pkg install libphp-5.6.30-0 --checksum b9689caaab61862444c97756b1a9bf575731c4d0e71aa962d58518a231b33155
|
||||
RUN bitnami-pkg unpack php-5.6.30-1 --checksum 96835743d668832c0b8464711587e5339969a96cafa1b319ca058697efd2857c
|
||||
|
||||
# Install phpmyadmin
|
||||
RUN bitnami-pkg unpack phpmyadmin-4.6.4-0 --checksum 8b74875601b042205e857be90cf1dcedfda9e4680df553bcf296f615ec79936a
|
||||
RUN bitnami-pkg unpack phpmyadmin-4.6.6-0 --checksum 66fa6e4367448b7256b8f86900217c914116d42cd6fd5452a3a60aa66c978fc1
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user