5.0.2-debian-10-r126 release

This commit is contained in:
Bitnami Bot 2020-08-02 05:04:22 +00:00
parent 908d773f74
commit 1eec985127
3 changed files with 54 additions and 4 deletions

View File

@ -21,8 +21,8 @@ RUN apt-get update && apt-get upgrade -y && \
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/phpmyadmin/postunpack.sh
ENV ALLOW_EMPTY_PASSWORD="no" \
@ -30,7 +30,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="phpmyadmin" \
BITNAMI_IMAGE_VERSION="5.0.2-debian-10-r125" \
BITNAMI_IMAGE_VERSION="5.0.2-debian-10-r126" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@ -1 +1,51 @@
{"apache": {"arch": "amd64", "digest": "e9faded57e3703fe9fcea650eb302e673d969a399fe9dfafa67e173465637665", "distro": "debian-10", "type": "NAMI", "version": "2.4.43-5"}, "gosu": {"arch": "amd64", "digest": "51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c", "distro": "debian-10", "type": "NAMI", "version": "1.12.0-1"}, "libphp": {"arch": "amd64", "digest": "15fa4a11f2e11377ba0d6476ce22021349f62ef2fdfbe2af4f86dca10baaa997", "distro": "debian-10", "type": "NAMI", "version": "7.3.20-0"}, "mysql-client": {"arch": "amd64", "digest": "efab843077267af6a8cde53440a1fef0acf8cb67ab1dcd0b6da2e9cbe050c7e1", "distro": "debian-10", "type": "NAMI", "version": "10.3.23-1"}, "php": {"arch": "amd64", "digest": "5fea2ffac007503364e906f5ad5444336aaaf4b360045f75f58ec220610bc8b1", "distro": "debian-10", "type": "NAMI", "version": "7.3.20-1"}, "phpmyadmin": {"arch": "amd64", "digest": "b890352acc4429be19d4d319a2ea46b523a718fb325cb0a66604e0294ab7e99c", "distro": "debian-10", "type": "NAMI", "version": "5.0.2-3"}, "render-template": {"arch": "amd64", "digest": "a94f94357aa06f3718db1550fa5f5188cd61383d66bf754eef49c58a18bf02cc", "distro": "debian-10", "type": "NAMI", "version": "1.0.0-1"}}
{
"apache": {
"arch": "amd64",
"digest": "e9faded57e3703fe9fcea650eb302e673d969a399fe9dfafa67e173465637665",
"distro": "debian-10",
"type": "NAMI",
"version": "2.4.43-5"
},
"gosu": {
"arch": "amd64",
"digest": "51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c",
"distro": "debian-10",
"type": "NAMI",
"version": "1.12.0-1"
},
"libphp": {
"arch": "amd64",
"digest": "15fa4a11f2e11377ba0d6476ce22021349f62ef2fdfbe2af4f86dca10baaa997",
"distro": "debian-10",
"type": "NAMI",
"version": "7.3.20-0"
},
"mysql-client": {
"arch": "amd64",
"digest": "efab843077267af6a8cde53440a1fef0acf8cb67ab1dcd0b6da2e9cbe050c7e1",
"distro": "debian-10",
"type": "NAMI",
"version": "10.3.23-1"
},
"php": {
"arch": "amd64",
"digest": "5fea2ffac007503364e906f5ad5444336aaaf4b360045f75f58ec220610bc8b1",
"distro": "debian-10",
"type": "NAMI",
"version": "7.3.20-1"
},
"phpmyadmin": {
"arch": "amd64",
"digest": "b890352acc4429be19d4d319a2ea46b523a718fb325cb0a66604e0294ab7e99c",
"distro": "debian-10",
"type": "NAMI",
"version": "5.0.2-3"
},
"render-template": {
"arch": "amd64",
"digest": "a94f94357aa06f3718db1550fa5f5188cd61383d66bf754eef49c58a18bf02cc",
"distro": "debian-10",
"type": "NAMI",
"version": "1.0.0-1"
}
}

View File

@ -36,7 +36,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/tutorials/understand-rolling-tags-containers/).
* [`5-debian-10`, `5.0.2-debian-10-r125`, `5`, `5.0.2`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/5.0.2-debian-10-r125/5/debian-10/Dockerfile)
* [`5-debian-10`, `5.0.2-debian-10-r126`, `5`, `5.0.2`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/5.0.2-debian-10-r126/5/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/phpmyadmin GitHub repo](https://github.com/bitnami/bitnami-docker-phpmyadmin).