mirror of
https://github.com/bitnami/containers.git
synced 2026-02-22 08:07:24 +08:00
4.8.2-debian-9-r10 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/minideb-extras:stretch-r80
|
||||
FROM bitnami/minideb-extras:stretch-r82
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# 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.2-debian-9-r9" \
|
||||
BITNAMI_IMAGE_VERSION="4.8.2-debian-9-r10" \
|
||||
DATABASE_HOST="mariadb" \
|
||||
DATABASE_PORT_NUMBER="3306" \
|
||||
PATH="/opt/bitnami/apache/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH" \
|
||||
|
||||
@@ -25,9 +25,11 @@ $ docker-compose up -d
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
* [`4-ol-7`, `4.8.2-ol-7-r23` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.2-ol-7-r23/4/ol-7/Dockerfile)
|
||||
* [`4-debian-9`, `4.8.2-debian-9-r9`, `4`, `4.8.2`, `4.8.2-r9`, `latest` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.2-debian-9-r9/4/Dockerfile)
|
||||
* [`4-debian-8`, `4.8.2-debian-8-r0` (4/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.2-debian-8-r0/4/debian-8/Dockerfile)
|
||||
* [`4-debian-9`, `4.8.2-debian-9-r10`, `4`, `4.8.2`, `4.8.2-r10`, `latest` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.2-debian-9-r10/4/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/phpmyadmin GitHub repo](https://github.com/bitnami/bitnami-docker-phpmyadmin).
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ jobs:
|
||||
environment:
|
||||
RELEASE_SERIES_LIST: "4"
|
||||
LATEST_STABLE: "4"
|
||||
DISTRIBUTIONS_LIST: "debian-8,debian-9,ol-7"
|
||||
DISTRIBUTIONS_LIST: "debian-9,ol-7"
|
||||
IMAGE_NAME: phpmyadmin
|
||||
CHART_NAME: phpmyadmin
|
||||
CHART_REPO: https://github.com/kubernetes/charts
|
||||
|
||||
Reference in New Issue
Block a user