mirror of
https://github.com/bitnami/containers.git
synced 2026-02-18 21:07:23 +08:00
5.0.1-debian-10-r13 release
This commit is contained in:
@@ -18,8 +18,12 @@ RUN /build/install-gosu.sh
|
||||
RUN /build/install-tini.sh
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="phpmyadmin" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.1-debian-10-r12" \
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
APACHE_SET_HTTPS_PORT="no" \
|
||||
APACHE_SET_HTTP_PORT="no" \
|
||||
BITNAMI_APP_NAME="phpmyadmin" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.1-debian-10-r13" \
|
||||
DATABASE_ENABLE_SSL="no" \
|
||||
DATABASE_HOST="mariadb" \
|
||||
DATABASE_PORT_NUMBER="3306" \
|
||||
|
||||
6
bitnami/phpmyadmin/5/debian-10/rootfs/apache-inputs.json
Normal file
6
bitnami/phpmyadmin/5/debian-10/rootfs/apache-inputs.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"httpPort": "{{$global.env.APACHE_HTTP_PORT_NUMBER}}",
|
||||
"httpsPort": "{{$global.env.APACHE_HTTPS_PORT_NUMBER}}",
|
||||
"setHttpPort": "{{$global.env.APACHE_SET_HTTP_PORT}}",
|
||||
"setHttpsPort": "{{$global.env.APACHE_SET_HTTPS_PORT}}"
|
||||
}
|
||||
@@ -39,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`5-ol-7`, `5.0.1-ol-7-r20` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/5.0.1-ol-7-r20/5/ol-7/Dockerfile)
|
||||
* [`5-debian-10`, `5.0.1-debian-10-r12`, `5`, `5.0.1`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/5.0.1-debian-10-r12/5/debian-10/Dockerfile)
|
||||
* [`5-debian-10`, `5.0.1-debian-10-r13`, `5`, `5.0.1`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/5.0.1-debian-10-r13/5/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/phpmyadmin GitHub repo](https://github.com/bitnami/bitnami-docker-phpmyadmin).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user