From 2c6bdbfbef67a651ee4d46d04b2976c9d372bb31 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 21 Sep 2018 03:02:38 +0000 Subject: [PATCH] 4.8.3-ol-7-r28 release --- bitnami/phpmyadmin/4/ol-7/Dockerfile | 4 ++-- bitnami/phpmyadmin/README.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bitnami/phpmyadmin/4/ol-7/Dockerfile b/bitnami/phpmyadmin/4/ol-7/Dockerfile index 4f8084fb0f84..eb47cd8d8f92 100644 --- a/bitnami/phpmyadmin/4/ol-7/Dockerfile +++ b/bitnami/phpmyadmin/4/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r111 +FROM bitnami/oraclelinux-extras:7-r112 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -12,7 +12,7 @@ COPY rootfs / ENV APACHE_HTTPS_PORT_NUMBER="443" \ APACHE_HTTP_PORT_NUMBER="80" \ BITNAMI_APP_NAME="phpmyadmin" \ - BITNAMI_IMAGE_VERSION="4.8.3-ol-7-r27" \ + BITNAMI_IMAGE_VERSION="4.8.3-ol-7-r28" \ DATABASE_HOST="mariadb" \ DATABASE_PORT_NUMBER="3306" \ PATH="/opt/bitnami/apache/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH" \ diff --git a/bitnami/phpmyadmin/README.md b/bitnami/phpmyadmin/README.md index 5cde86ecd816..f701aa548163 100644 --- a/bitnami/phpmyadmin/README.md +++ b/bitnami/phpmyadmin/README.md @@ -23,6 +23,10 @@ $ docker-compose up -d * Bitnami images are built on CircleCI and automatically pushed to the Docker Hub. * All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution. +# How to deploy phpMyAdmin in Kubernetes? + +Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami phpMyAdmin Chart GitHub repository](https://github.com/bitnami/charts/tree/master/upstreamed/phpmyadmin). + # Supported tags and respective `Dockerfile` links > 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. @@ -30,7 +34,7 @@ $ docker-compose up -d 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.3-ol-7-r27` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.3-ol-7-r27/4/ol-7/Dockerfile) +* [`4-ol-7`, `4.8.3-ol-7-r28` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.3-ol-7-r28/4/ol-7/Dockerfile) * [`4-debian-9`, `4.8.3-debian-9-r0`, `4`, `4.8.3`, `4.8.3-r0`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.3-debian-9-r0/4/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/phpmyadmin GitHub repo](https://github.com/bitnami/bitnami-docker-phpmyadmin).